Html Css Color HEX #DA5E88 Dark Pink

📋 copy color: '#DA5E88'

red 218 ◦ green 94 ◦ blue 136

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

Shades of Dark Pink #DA5E88

Tints of Dark Pink #DA5E88

RGB

 RED value IS 218 (85.55% from 255) = 48.66%

 GREEN value IS 94 (37.11% from 255) = 20.98%

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

R = 48.66%
G = 20.98%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA5E88 (or 0xDA5E88) is known color: Dark Pink. HEX triplet: DA, 5E and 88. RGB value is (218,94,136). Sum of RGB (Red+Green+Blue) = 218+94+136=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5E88 is #25A177. Grayscale: #878787. Windows color (decimal): -2466168 or 8937178. OLE color: 8937178.

HSL color Cylindrical-coordinate representation of color #DA5E88: hue angle of 339.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5E88 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 94 136 -
CMYK 0 0.57 0.38 0.15
HSL 339.68º 0.63% 0.61% -
HSV(B) 339.68º 0.57% 0.85% -
XYZ 37.36 24.69 26.09 -
YUV 135.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 218 94 136 0 0.57 0.38 0.15 339.68 0.63 0.61
Hex DA 5E 88 0 39 26 F 154 3F 3D
Octal 332 136 210 0 71 46 17 524 77 75
Binary 11011010 1011110 10001000 0 111001 100110 1111 101010100 111111 111101

Color Harmonies of #DA5E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E88

Black with #DA5E88

Text Example


Text Example

White with #DA5E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E88; }

 p { color: rgb(218,94,136); }

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

background-color css

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

 a { background-color: rgb(218,94,136); }

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

border-color css

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

 span { border-color: rgb(218,94,136); }

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