Html Css Color HEX #DF62C7 Free Speech Magenta

📋 copy color: '#DF62C7'

red 223 ◦ green 98 ◦ blue 199

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

Shades of Free Speech Magenta #DF62C7

Tints of Free Speech Magenta #DF62C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.27%

R = 42.88%
G = 18.85%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF62C7 (or 0xDF62C7) is known color: Free Speech Magenta. HEX triplet: DF, 62 and C7. RGB value is (223,98,199). Sum of RGB (Red+Green+Blue) = 223+98+199=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF62C7 is #209D38. Grayscale: #929292. Windows color (decimal): -2137401 or 13066975. OLE color: 13066975.

HSL color Cylindrical-coordinate representation of color #DF62C7: hue angle of 311.52º 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 #DF62C7 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 98 199 -
CMYK 0 0.56 0.11 0.13
HSL 311.52º 0.66% 0.63% -
HSV(B) 311.52º 0.56% 0.87% -
XYZ 45.11 28.55 57.17 -
YUV 146.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 223 98 199 0 0.56 0.11 0.13 311.52 0.66 0.63
Hex DF 62 C7 0 38 B D 138 42 3F
Octal 337 142 307 0 70 13 15 470 102 77
Binary 11011111 1100010 11000111 0 111000 1011 1101 100111000 1000010 111111

Color Harmonies of #DF62C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF62C7

Black with #DF62C7

Text Example


Text Example

White with #DF62C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF62C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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