Html Css Color HEX #DC62C9 Free Speech Magenta

📋 copy color: '#DC62C9'

red 220 ◦ green 98 ◦ blue 201

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

Shades of Free Speech Magenta #DC62C9

Tints of Free Speech Magenta #DC62C9

RGB

 RED value IS 220 (86.33% from 255) = 42.39%

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

 BLUE value IS 201 (78.91% from 255) = 38.73%

R = 42.39%
G = 18.88%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC62C9 (or 0xDC62C9) is known color: Free Speech Magenta. HEX triplet: DC, 62 and C9. RGB value is (220,98,201). Sum of RGB (Red+Green+Blue) = 220+98+201=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62C9 is #239D36. Grayscale: #919191. Windows color (decimal): -2334007 or 13198044. OLE color: 13198044.

HSL color Cylindrical-coordinate representation of color #DC62C9: hue angle of 309.34º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC62C9 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 201 -
CMYK 0 0.55 0.09 0.14
HSL 309.34º 0.64% 0.62% -
HSV(B) 309.34º 0.55% 0.86% -
XYZ 44.43 28.17 58.35 -
YUV 146.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 220 98 201 0 0.55 0.09 0.14 309.34 0.64 0.62
Hex DC 62 C9 0 37 9 E 135 40 3E
Octal 334 142 311 0 67 11 16 465 100 76
Binary 11011100 1100010 11001001 0 110111 1001 1110 100110101 1000000 111110

Color Harmonies of #DC62C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC62C9

Black with #DC62C9

Text Example


Text Example

White with #DC62C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC62C9; }

 p { color: rgb(220,98,201); }

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

background-color css

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

 a { background-color: rgb(220,98,201); }

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

border-color css

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

 span { border-color: rgb(220,98,201); }

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