Html Css Color HEX #DC62D9 Free Speech Magenta

📋 copy color: '#DC62D9'

red 220 ◦ green 98 ◦ blue 217

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

Shades of Free Speech Magenta #DC62D9

Tints of Free Speech Magenta #DC62D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.56%

R = 41.12%
G = 18.32%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC62D9 (or 0xDC62D9) is known color: Free Speech Magenta. HEX triplet: DC, 62 and D9. RGB value is (220,98,217). Sum of RGB (Red+Green+Blue) = 220+98+217=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62D9 is #239D26. Grayscale: #939393. Windows color (decimal): -2333991 or 14246620. OLE color: 14246620.

HSL color Cylindrical-coordinate representation of color #DC62D9: hue angle of 301.48º 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 #DC62D9 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 217 -
CMYK 0 0.55 0.01 0.14
HSL 301.48º 0.64% 0.62% -
HSV(B) 301.48º 0.55% 0.86% -
XYZ 46.41 28.96 68.79 -
YUV 148.04 166.92 179.32 -
System Red Green Blue C M Y K H S L
Decimal 220 98 217 0 0.55 0.01 0.14 301.48 0.64 0.62
Hex DC 62 D9 0 37 1 E 12D 40 3E
Octal 334 142 331 0 67 1 16 455 100 76
Binary 11011100 1100010 11011001 0 110111 1 1110 100101101 1000000 111110

Color Harmonies of #DC62D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC62D9

Black with #DC62D9

Text Example


Text Example

White with #DC62D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC62D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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