Html Css Color HEX #DA588D Dark Pink

📋 copy color: '#DA588D'

red 218 ◦ green 88 ◦ blue 141

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

Shades of Dark Pink #DA588D

Tints of Dark Pink #DA588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 48.77%
G = 19.69%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA588D (or 0xDA588D) is known color: Dark Pink. HEX triplet: DA, 58 and 8D. RGB value is (218,88,141). Sum of RGB (Red+Green+Blue) = 218+88+141=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA588D is #25A772. Grayscale: #848484. Windows color (decimal): -2467699 or 9263322. OLE color: 9263322.

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

Color convert

RGB 218 88 141 -
CMYK 0 0.60 0.35 0.15
HSL 335.54º 0.64% 0.6% -
HSV(B) 335.54º 0.6% 0.85% -
XYZ 37.21 23.81 27.83 -
YUV 132.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 218 88 141 0 0.60 0.35 0.15 335.54 0.64 0.6
Hex DA 58 8D 0 3C 23 F 150 40 3C
Octal 332 130 215 0 74 43 17 520 100 74
Binary 11011010 1011000 10001101 0 111100 100011 1111 101010000 1000000 111100

Color Harmonies of #DA588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA588D

Black with #DA588D

Text Example


Text Example

White with #DA588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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