Html Css Color HEX #DF5288 Dark Pink

📋 copy color: '#DF5288'

red 223 ◦ green 82 ◦ blue 136

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

Shades of Dark Pink #DF5288

Tints of Dark Pink #DF5288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.59%

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

R = 50.57%
G = 18.59%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF5288 (or 0xDF5288) is known color: Dark Pink. HEX triplet: DF, 52 and 88. RGB value is (223,82,136). Sum of RGB (Red+Green+Blue) = 223+82+136=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5288 is #20AD77. Grayscale: #828282. Windows color (decimal): -2141560 or 8934111. OLE color: 8934111.

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

Color convert

RGB 223 82 136 -
CMYK 0 0.63 0.39 0.13
HSL 337.02º 0.69% 0.6% -
HSV(B) 337.02º 0.63% 0.87% -
XYZ 37.89 23.5 25.83 -
YUV 130.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 223 82 136 0 0.63 0.39 0.13 337.02 0.69 0.6
Hex DF 52 88 0 3F 27 D 151 45 3C
Octal 337 122 210 0 77 47 15 521 105 74
Binary 11011111 1010010 10001000 0 111111 100111 1101 101010001 1000101 111100

Color Harmonies of #DF5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5288

Black with #DF5288

Text Example


Text Example

White with #DF5288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5288; }

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

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

background-color css

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

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

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

border-color css

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

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

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