Html Css Color HEX #D353D7 Free Speech Magenta

📋 copy color: '#D353D7'

red 211 ◦ green 83 ◦ blue 215

#D353D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D353D7

Tints of Free Speech Magenta #D353D7

RGB

 RED value IS 211 (82.81% from 255) = 41.45%

 GREEN value IS 83 (32.81% from 255) = 16.31%

 BLUE value IS 215 (84.38% from 255) = 42.24%

R = 41.45%
G = 16.31%
B = 42.24%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D353D7 (or 0xD353D7) is known color: Free Speech Magenta. HEX triplet: D3, 53 and D7. RGB value is (211,83,215). Sum of RGB (Red+Green+Blue) = 211+83+215=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #D353D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353D7 is #2CAC28. Grayscale: #878787. Windows color (decimal): -2927657 or 14111699. OLE color: 14111699.

HSL color Cylindrical-coordinate representation of color #D353D7: hue angle of 298.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D353D7 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 83 215 -
CMYK 0.02 0.61 0 0.16
HSL 298.18º 0.62% 0.58% -
HSV(B) 298.18º 0.61% 0.84% -
XYZ 42.22 24.94 66.88 -
YUV 136.32 172.41 181.27 -
System Red Green Blue C M Y K H S L
Decimal 211 83 215 0.02 0.61 0 0.16 298.18 0.62 0.58
Hex D3 53 D7 2 3D 0 10 12A 3E 3A
Octal 323 123 327 2 75 0 20 452 76 72
Binary 11010011 1010011 11010111 10 111101 0 10000 100101010 111110 111010

Color Harmonies of #D353D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D353D7

Black with #D353D7

Text Example


Text Example

White with #D353D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D353D7; }

 p { color: rgb(211,83,215); }

 H1.HeaderClassName
 {
   color: #D353D7;
 }
 .AnyTagClassName
 {
   color: #D353D7;
 }
</style>

background-color css

<style>
 a { background-color: #D353D7; }

 a { background-color: rgb(211,83,215); }

 div.DivClassName
 {
   background-color: #D353D7;
 }
 .BgClassName
 {
   background-color: #D353D7;
 }
</style>

border-color css

<style>
 span { border-color: #D353D7; }

 span { border-color: rgb(211,83,215); }

 td.TdClassName
 {
   border-color: #D353D7;
 }
 .TagClassName
 {
   border-color: #D353D7;
 }
</style>