Html Css Color HEX #DC4B89 Dark Pink

📋 copy color: '#DC4B89'

red 220 ◦ green 75 ◦ blue 137

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

Shades of Dark Pink #DC4B89

Tints of Dark Pink #DC4B89

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.36%

 BLUE value IS 137 (53.91% from 255) = 31.71%

R = 50.93%
G = 17.36%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC4B89 (or 0xDC4B89) is known color: Dark Pink. HEX triplet: DC, 4B and 89. RGB value is (220,75,137). Sum of RGB (Red+Green+Blue) = 220+75+137=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4B89 is #23B476. Grayscale: #7D7D7D. Windows color (decimal): -2339959 or 8997852. OLE color: 8997852.

HSL color Cylindrical-coordinate representation of color #DC4B89: hue angle of 334.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4B89 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 75 137 -
CMYK 0 0.66 0.38 0.14
HSL 334.34º 0.67% 0.58% -
HSV(B) 334.34º 0.66% 0.86% -
XYZ 36.55 22.05 26 -
YUV 125.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 220 75 137 0 0.66 0.38 0.14 334.34 0.67 0.58
Hex DC 4B 89 0 42 26 E 14E 43 3A
Octal 334 113 211 0 102 46 16 516 103 72
Binary 11011100 1001011 10001001 0 1000010 100110 1110 101001110 1000011 111010

Color Harmonies of #DC4B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4B89

Black with #DC4B89

Text Example


Text Example

White with #DC4B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4B89; }

 p { color: rgb(220,75,137); }

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

background-color css

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

 a { background-color: rgb(220,75,137); }

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

border-color css

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

 span { border-color: rgb(220,75,137); }

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