Html Css Color HEX #DA588C Dark Pink

📋 copy color: '#DA588C'

red 218 ◦ green 88 ◦ blue 140

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

Shades of Dark Pink #DA588C

Tints of Dark Pink #DA588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.73%

 BLUE value IS 140 (55.08% from 255) = 31.39%

R = 48.88%
G = 19.73%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA588C (or 0xDA588C) is known color: Dark Pink. HEX triplet: DA, 58 and 8C. RGB value is (218,88,140). Sum of RGB (Red+Green+Blue) = 218+88+140=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA588C is #25A773. Grayscale: #848484. Windows color (decimal): -2467700 or 9197786. OLE color: 9197786.

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

Color convert

RGB 218 88 140 -
CMYK 0 0.60 0.36 0.15
HSL 336º 0.64% 0.6% -
HSV(B) 336º 0.6% 0.85% -
XYZ 37.14 23.78 27.44 -
YUV 132.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 218 88 140 0 0.60 0.36 0.15 336 0.64 0.6
Hex DA 58 8C 0 3C 24 F 150 40 3C
Octal 332 130 214 0 74 44 17 520 100 74
Binary 11011010 1011000 10001100 0 111100 100100 1111 101010000 1000000 111100

Color Harmonies of #DA588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA588C

Black with #DA588C

Text Example


Text Example

White with #DA588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA588C; }

 p { color: rgb(218,88,140); }

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

background-color css

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

 a { background-color: rgb(218,88,140); }

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

border-color css

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

 span { border-color: rgb(218,88,140); }

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