Html Css Color HEX #D853C8 Free Speech Magenta

📋 copy color: '#D853C8'

red 216 ◦ green 83 ◦ blue 200

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

Shades of Free Speech Magenta #D853C8

Tints of Free Speech Magenta #D853C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.08%

R = 43.29%
G = 16.63%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D853C8 (or 0xD853C8) is known color: Free Speech Magenta. HEX triplet: D8, 53 and C8. RGB value is (216,83,200). Sum of RGB (Red+Green+Blue) = 216+83+200=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D853C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853C8 is #27AC37. Grayscale: #878787. Windows color (decimal): -2599992 or 13128664. OLE color: 13128664.

HSL color Cylindrical-coordinate representation of color #D853C8: hue angle of 307.22º 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 #D853C8 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 83 200 -
CMYK 0 0.62 0.07 0.15
HSL 307.22º 0.63% 0.59% -
HSV(B) 307.22º 0.62% 0.85% -
XYZ 41.84 24.96 57.26 -
YUV 136.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 216 83 200 0 0.62 0.07 0.15 307.22 0.63 0.59
Hex D8 53 C8 0 3E 7 F 133 3F 3B
Octal 330 123 310 0 76 7 17 463 77 73
Binary 11011000 1010011 11001000 0 111110 111 1111 100110011 111111 111011

Color Harmonies of #D853C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D853C8

Black with #D853C8

Text Example


Text Example

White with #D853C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D853C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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