Html Css Color HEX #DC4F88 Dark Pink

📋 copy color: '#DC4F88'

red 220 ◦ green 79 ◦ blue 136

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

Shades of Dark Pink #DC4F88

Tints of Dark Pink #DC4F88

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.16%

 BLUE value IS 136 (53.52% from 255) = 31.26%

R = 50.57%
G = 18.16%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC4F88 (or 0xDC4F88) is known color: Dark Pink. HEX triplet: DC, 4F and 88. RGB value is (220,79,136). Sum of RGB (Red+Green+Blue) = 220+79+136=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4F88 is #23B077. Grayscale: #7F7F7F. Windows color (decimal): -2338936 or 8933340. OLE color: 8933340.

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

Color convert

RGB 220 79 136 -
CMYK 0 0.64 0.38 0.14
HSL 335.74º 0.67% 0.59% -
HSV(B) 335.74º 0.64% 0.86% -
XYZ 36.76 22.59 25.71 -
YUV 127.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 220 79 136 0 0.64 0.38 0.14 335.74 0.67 0.59
Hex DC 4F 88 0 40 26 E 150 43 3B
Octal 334 117 210 0 100 46 16 520 103 73
Binary 11011100 1001111 10001000 0 1000000 100110 1110 101010000 1000011 111011

Color Harmonies of #DC4F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F88

Black with #DC4F88

Text Example


Text Example

White with #DC4F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F88; }

 p { color: rgb(220,79,136); }

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

background-color css

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

 a { background-color: rgb(220,79,136); }

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

border-color css

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

 span { border-color: rgb(220,79,136); }

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