Html Css Color HEX #DF62DD Free Speech Magenta

📋 copy color: '#DF62DD'

red 223 ◦ green 98 ◦ blue 221

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

Shades of Free Speech Magenta #DF62DD

Tints of Free Speech Magenta #DF62DD

RGB

 RED value IS 223 (87.5% from 255) = 41.14%

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 41.14%
G = 18.08%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF62DD (or 0xDF62DD) is known color: Free Speech Magenta. HEX triplet: DF, 62 and DD. RGB value is (223,98,221). Sum of RGB (Red+Green+Blue) = 223+98+221=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF62DD is #209D22. Grayscale: #959595. Windows color (decimal): -2137379 or 14508767. OLE color: 14508767.

HSL color Cylindrical-coordinate representation of color #DF62DD: hue angle of 300.96º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF62DD is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 98 221 -
CMYK 0 0.56 0.01 0.13
HSL 300.96º 0.66% 0.63% -
HSV(B) 300.96º 0.56% 0.87% -
XYZ 47.85 29.64 71.61 -
YUV 149.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 223 98 221 0 0.56 0.01 0.13 300.96 0.66 0.63
Hex DF 62 DD 0 38 1 D 12D 42 3F
Octal 337 142 335 0 70 1 15 455 102 77
Binary 11011111 1100010 11011101 0 111000 1 1101 100101101 1000010 111111

Color Harmonies of #DF62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF62DD

Black with #DF62DD

Text Example


Text Example

White with #DF62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF62DD; }

 p { color: rgb(223,98,221); }

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

background-color css

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

 a { background-color: rgb(223,98,221); }

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

border-color css

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

 span { border-color: rgb(223,98,221); }

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