Html Css Color HEX #DA598A Dark Pink

📋 copy color: '#DA598A'

red 218 ◦ green 89 ◦ blue 138

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

Shades of Dark Pink #DA598A

Tints of Dark Pink #DA598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 48.99%
G = 20%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA598A (or 0xDA598A) is known color: Dark Pink. HEX triplet: DA, 59 and 8A. RGB value is (218,89,138). Sum of RGB (Red+Green+Blue) = 218+89+138=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA598A is #25A675. Grayscale: #858585. Windows color (decimal): -2467446 or 9066970. OLE color: 9066970.

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

Color convert

RGB 218 89 138 -
CMYK 0 0.59 0.37 0.15
HSL 337.21º 0.64% 0.6% -
HSV(B) 337.21º 0.59% 0.85% -
XYZ 37.07 23.89 26.7 -
YUV 133.16 130.74 188.52 -
System Red Green Blue C M Y K H S L
Decimal 218 89 138 0 0.59 0.37 0.15 337.21 0.64 0.6
Hex DA 59 8A 0 3B 25 F 151 40 3C
Octal 332 131 212 0 73 45 17 521 100 74
Binary 11011010 1011001 10001010 0 111011 100101 1111 101010001 1000000 111100

Color Harmonies of #DA598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA598A

Black with #DA598A

Text Example


Text Example

White with #DA598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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