Html Css Color HEX #D862D2 Free Speech Magenta

📋 copy color: '#D862D2'

red 216 ◦ green 98 ◦ blue 210

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

Shades of Free Speech Magenta #D862D2

Tints of Free Speech Magenta #D862D2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.7%

 BLUE value IS 210 (82.42% from 255) = 40.08%

R = 41.22%
G = 18.7%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D862D2 (or 0xD862D2) is known color: Free Speech Magenta. HEX triplet: D8, 62 and D2. RGB value is (216,98,210). Sum of RGB (Red+Green+Blue) = 216+98+210=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D862D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862D2 is #279D2D. Grayscale: #919191. Windows color (decimal): -2596142 or 13787864. OLE color: 13787864.

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

Color convert

RGB 216 98 210 -
CMYK 0 0.55 0.03 0.15
HSL 303.05º 0.6% 0.62% -
HSV(B) 303.05º 0.55% 0.85% -
XYZ 44.32 27.99 64.04 -
YUV 146.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 216 98 210 0 0.55 0.03 0.15 303.05 0.6 0.62
Hex D8 62 D2 0 37 3 F 12F 3C 3E
Octal 330 142 322 0 67 3 17 457 74 76
Binary 11011000 1100010 11010010 0 110111 11 1111 100101111 111100 111110

Color Harmonies of #D862D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D862D2

Black with #D862D2

Text Example


Text Example

White with #D862D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D862D2; }

 p { color: rgb(216,98,210); }

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

background-color css

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

 a { background-color: rgb(216,98,210); }

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

border-color css

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

 span { border-color: rgb(216,98,210); }

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