Html Css Color HEX #D853D6 Free Speech Magenta

📋 copy color: '#D853D6'

red 216 ◦ green 83 ◦ blue 214

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

Shades of Free Speech Magenta #D853D6

Tints of Free Speech Magenta #D853D6

RGB

 RED value IS 216 (84.77% from 255) = 42.11%

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

 BLUE value IS 214 (83.98% from 255) = 41.72%

R = 42.11%
G = 16.18%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D853D6 (or 0xD853D6) is known color: Free Speech Magenta. HEX triplet: D8, 53 and D6. RGB value is (216,83,214). Sum of RGB (Red+Green+Blue) = 216+83+214=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D853D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853D6 is #27AC29. Grayscale: #898989. Windows color (decimal): -2599978 or 14046168. OLE color: 14046168.

HSL color Cylindrical-coordinate representation of color #D853D6: hue angle of 300.9º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D853D6 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 83 214 -
CMYK 0 0.62 0.01 0.15
HSL 300.9º 0.63% 0.59% -
HSV(B) 300.9º 0.62% 0.85% -
XYZ 43.55 25.64 66.27 -
YUV 137.7 171.06 183.85 -
System Red Green Blue C M Y K H S L
Decimal 216 83 214 0 0.62 0.01 0.15 300.9 0.63 0.59
Hex D8 53 D6 0 3E 1 F 12D 3F 3B
Octal 330 123 326 0 76 1 17 455 77 73
Binary 11011000 1010011 11010110 0 111110 1 1111 100101101 111111 111011

Color Harmonies of #D853D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D853D6

Black with #D853D6

Text Example


Text Example

White with #D853D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D853D6; }

 p { color: rgb(216,83,214); }

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

background-color css

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

 a { background-color: rgb(216,83,214); }

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

border-color css

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

 span { border-color: rgb(216,83,214); }

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