Html Css Color HEX #DA588B Dark Pink

📋 copy color: '#DA588B'

red 218 ◦ green 88 ◦ blue 139

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

Shades of Dark Pink #DA588B

Tints of Dark Pink #DA588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 48.99%
G = 19.78%
B = 31.24%

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

#DA588B (or 0xDA588B) is known color: Dark Pink. HEX triplet: DA, 58 and 8B. RGB value is (218,88,139). Sum of RGB (Red+Green+Blue) = 218+88+139=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA588B is #25A774. Grayscale: #848484. Windows color (decimal): -2467701 or 9132250. OLE color: 9132250.

HSL color Cylindrical-coordinate representation of color #DA588B: hue angle of 336.46º 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 #DA588B is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 88 139 -
CMYK 0 0.60 0.36 0.15
HSL 336.46º 0.64% 0.6% -
HSV(B) 336.46º 0.6% 0.85% -
XYZ 37.06 23.75 27.06 -
YUV 132.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 218 88 139 0 0.60 0.36 0.15 336.46 0.64 0.6
Hex DA 58 8B 0 3C 24 F 150 40 3C
Octal 332 130 213 0 74 44 17 520 100 74
Binary 11011010 1011000 10001011 0 111100 100100 1111 101010000 1000000 111100

Color Harmonies of #DA588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA588B

Black with #DA588B

Text Example


Text Example

White with #DA588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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