Html Css Color HEX #DC62BB Free Speech Magenta

📋 copy color: '#DC62BB'

red 220 ◦ green 98 ◦ blue 187

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

Shades of Free Speech Magenta #DC62BB

Tints of Free Speech Magenta #DC62BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 43.56%
G = 19.41%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC62BB (or 0xDC62BB) is known color: Free Speech Magenta. HEX triplet: DC, 62 and BB. RGB value is (220,98,187). Sum of RGB (Red+Green+Blue) = 220+98+187=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62BB is #239D44. Grayscale: #909090. Windows color (decimal): -2334021 or 12280540. OLE color: 12280540.

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

Color convert

RGB 220 98 187 -
CMYK 0 0.55 0.15 0.14
HSL 316.23º 0.64% 0.62% -
HSV(B) 316.23º 0.55% 0.86% -
XYZ 42.85 27.54 50.07 -
YUV 144.62 151.92 181.76 -
System Red Green Blue C M Y K H S L
Decimal 220 98 187 0 0.55 0.15 0.14 316.23 0.64 0.62
Hex DC 62 BB 0 37 F E 13C 40 3E
Octal 334 142 273 0 67 17 16 474 100 76
Binary 11011100 1100010 10111011 0 110111 1111 1110 100111100 1000000 111110

Color Harmonies of #DC62BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC62BB

Black with #DC62BB

Text Example


Text Example

White with #DC62BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC62BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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