Html Css Color HEX #DA598B Dark Pink

📋 copy color: '#DA598B'

red 218 ◦ green 89 ◦ blue 139

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

Shades of Dark Pink #DA598B

Tints of Dark Pink #DA598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.96%

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

R = 48.88%
G = 19.96%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA598B (or 0xDA598B) is known color: Dark Pink. HEX triplet: DA, 59 and 8B. RGB value is (218,89,139). Sum of RGB (Red+Green+Blue) = 218+89+139=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA598B is #25A674. Grayscale: #858585. Windows color (decimal): -2467445 or 9132506. OLE color: 9132506.

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

Color convert

RGB 218 89 139 -
CMYK 0 0.59 0.36 0.15
HSL 336.74º 0.64% 0.6% -
HSV(B) 336.74º 0.59% 0.85% -
XYZ 37.15 23.91 27.08 -
YUV 133.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 218 89 139 0 0.59 0.36 0.15 336.74 0.64 0.6
Hex DA 59 8B 0 3B 24 F 151 40 3C
Octal 332 131 213 0 73 44 17 521 100 74
Binary 11011010 1011001 10001011 0 111011 100100 1111 101010001 1000000 111100

Color Harmonies of #DA598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA598B

Black with #DA598B

Text Example


Text Example

White with #DA598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA598B; }

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

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

background-color css

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

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

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

border-color css

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

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

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