Html Css Color HEX #DF4D88 Dark Pink

📋 copy color: '#DF4D88'

red 223 ◦ green 77 ◦ blue 136

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

Shades of Dark Pink #DF4D88

Tints of Dark Pink #DF4D88

RGB

 RED value IS 223 (87.5% from 255) = 51.15%

 GREEN value IS 77 (30.47% from 255) = 17.66%

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

R = 51.15%
G = 17.66%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF4D88 (or 0xDF4D88) is known color: Dark Pink. HEX triplet: DF, 4D and 88. RGB value is (223,77,136). Sum of RGB (Red+Green+Blue) = 223+77+136=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4D88 is #20B277. Grayscale: #7F7F7F. Windows color (decimal): -2142840 or 8932831. OLE color: 8932831.

HSL color Cylindrical-coordinate representation of color #DF4D88: hue angle of 335.75º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4D88 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 77 136 -
CMYK 0 0.65 0.39 0.13
HSL 335.75º 0.7% 0.59% -
HSV(B) 335.75º 0.65% 0.87% -
XYZ 37.53 22.77 25.71 -
YUV 127.38 132.87 196.2 -
System Red Green Blue C M Y K H S L
Decimal 223 77 136 0 0.65 0.39 0.13 335.75 0.7 0.59
Hex DF 4D 88 0 41 27 D 150 46 3B
Octal 337 115 210 0 101 47 15 520 106 73
Binary 11011111 1001101 10001000 0 1000001 100111 1101 101010000 1000110 111011

Color Harmonies of #DF4D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D88

Black with #DF4D88

Text Example


Text Example

White with #DF4D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D88; }

 p { color: rgb(223,77,136); }

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

background-color css

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

 a { background-color: rgb(223,77,136); }

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

border-color css

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

 span { border-color: rgb(223,77,136); }

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