Html Css Color HEX #DC62BD Free Speech Magenta

📋 copy color: '#DC62BD'

red 220 ◦ green 98 ◦ blue 189

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

Shades of Free Speech Magenta #DC62BD

Tints of Free Speech Magenta #DC62BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 43.39%
G = 19.33%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC62BD (or 0xDC62BD) is known color: Free Speech Magenta. HEX triplet: DC, 62 and BD. RGB value is (220,98,189). Sum of RGB (Red+Green+Blue) = 220+98+189=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62BD is #239D42. Grayscale: #909090. Windows color (decimal): -2334019 or 12411612. OLE color: 12411612.

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

Color convert

RGB 220 98 189 -
CMYK 0 0.55 0.14 0.14
HSL 315.25º 0.64% 0.62% -
HSV(B) 315.25º 0.55% 0.86% -
XYZ 43.07 27.63 51.21 -
YUV 144.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 220 98 189 0 0.55 0.14 0.14 315.25 0.64 0.62
Hex DC 62 BD 0 37 E E 13B 40 3E
Octal 334 142 275 0 67 16 16 473 100 76
Binary 11011100 1100010 10111101 0 110111 1110 1110 100111011 1000000 111110

Color Harmonies of #DC62BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC62BD

Black with #DC62BD

Text Example


Text Example

White with #DC62BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC62BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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