Html Css Color HEX #DA5B8C Dark Pink

📋 copy color: '#DA5B8C'

red 218 ◦ green 91 ◦ blue 140

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

Shades of Dark Pink #DA5B8C

Tints of Dark Pink #DA5B8C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

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

R = 48.55%
G = 20.27%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA5B8C (or 0xDA5B8C) is known color: Dark Pink. HEX triplet: DA, 5B and 8C. RGB value is (218,91,140). Sum of RGB (Red+Green+Blue) = 218+91+140=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5B8C is #25A473. Grayscale: #868686. Windows color (decimal): -2466932 or 9198554. OLE color: 9198554.

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

Color convert

RGB 218 91 140 -
CMYK 0 0.58 0.36 0.15
HSL 336.85º 0.63% 0.61% -
HSV(B) 336.85º 0.58% 0.85% -
XYZ 37.39 24.28 27.53 -
YUV 134.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 218 91 140 0 0.58 0.36 0.15 336.85 0.63 0.61
Hex DA 5B 8C 0 3A 24 F 151 3F 3D
Octal 332 133 214 0 72 44 17 521 77 75
Binary 11011010 1011011 10001100 0 111010 100100 1111 101010001 111111 111101

Color Harmonies of #DA5B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5B8C

Black with #DA5B8C

Text Example


Text Example

White with #DA5B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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