Html Css Color HEX #DA5488 Dark Pink

📋 copy color: '#DA5488'

red 218 ◦ green 84 ◦ blue 136

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

Shades of Dark Pink #DA5488

Tints of Dark Pink #DA5488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.18%

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

R = 49.77%
G = 19.18%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA5488 (or 0xDA5488) is known color: Dark Pink. HEX triplet: DA, 54 and 88. RGB value is (218,84,136). Sum of RGB (Red+Green+Blue) = 218+84+136=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5488 is #25AB77. Grayscale: #818181. Windows color (decimal): -2468728 or 8934618. OLE color: 8934618.

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

Color convert

RGB 218 84 136 -
CMYK 0 0.61 0.38 0.15
HSL 336.72º 0.64% 0.59% -
HSV(B) 336.72º 0.61% 0.85% -
XYZ 36.53 23.02 25.81 -
YUV 129.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 218 84 136 0 0.61 0.38 0.15 336.72 0.64 0.59
Hex DA 54 88 0 3D 26 F 151 40 3B
Octal 332 124 210 0 75 46 17 521 100 73
Binary 11011010 1010100 10001000 0 111101 100110 1111 101010001 1000000 111011

Color Harmonies of #DA5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5488

Black with #DA5488

Text Example


Text Example

White with #DA5488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5488; }

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

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

background-color css

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

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

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

border-color css

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

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

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