Html Css Color HEX #D84CC6 Free Speech Magenta

📋 copy color: '#D84CC6'

red 216 ◦ green 76 ◦ blue 198

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

Shades of Free Speech Magenta #D84CC6

Tints of Free Speech Magenta #D84CC6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.51%

 BLUE value IS 198 (77.73% from 255) = 40.41%

R = 44.08%
G = 15.51%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D84CC6 (or 0xD84CC6) is known color: Free Speech Magenta. HEX triplet: D8, 4C and C6. RGB value is (216,76,198). Sum of RGB (Red+Green+Blue) = 216+76+198=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CC6 is #27B339. Grayscale: #838383. Windows color (decimal): -2601786 or 12995800. OLE color: 12995800.

HSL color Cylindrical-coordinate representation of color #D84CC6: hue angle of 307.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84CC6 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 76 198 -
CMYK 0 0.65 0.08 0.15
HSL 307.71º 0.64% 0.57% -
HSV(B) 307.71º 0.65% 0.85% -
XYZ 41.1 23.85 55.86 -
YUV 131.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 216 76 198 0 0.65 0.08 0.15 307.71 0.64 0.57
Hex D8 4C C6 0 41 8 F 134 40 39
Octal 330 114 306 0 101 10 17 464 100 71
Binary 11011000 1001100 11000110 0 1000001 1000 1111 100110100 1000000 111001

Color Harmonies of #D84CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CC6

Black with #D84CC6

Text Example


Text Example

White with #D84CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CC6; }

 p { color: rgb(216,76,198); }

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

background-color css

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

 a { background-color: rgb(216,76,198); }

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

border-color css

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

 span { border-color: rgb(216,76,198); }

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