Html Css Color HEX #DA598C Dark Pink

📋 copy color: '#DA598C'

red 218 ◦ green 89 ◦ blue 140

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

Shades of Dark Pink #DA598C

Tints of Dark Pink #DA598C

RGB

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

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

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

R = 48.77%
G = 19.91%
B = 31.32%

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

#DA598C (or 0xDA598C) is known color: Dark Pink. HEX triplet: DA, 59 and 8C. RGB value is (218,89,140). Sum of RGB (Red+Green+Blue) = 218+89+140=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA598C is #25A673. Grayscale: #858585. Windows color (decimal): -2467444 or 9198042. OLE color: 9198042.

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

Color convert

RGB 218 89 140 -
CMYK 0 0.59 0.36 0.15
HSL 336.28º 0.64% 0.6% -
HSV(B) 336.28º 0.59% 0.85% -
XYZ 37.22 23.94 27.47 -
YUV 133.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 218 89 140 0 0.59 0.36 0.15 336.28 0.64 0.6
Hex DA 59 8C 0 3B 24 F 150 40 3C
Octal 332 131 214 0 73 44 17 520 100 74
Binary 11011010 1011001 10001100 0 111011 100100 1111 101010000 1000000 111100

Color Harmonies of #DA598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA598C

Black with #DA598C

Text Example


Text Example

White with #DA598C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA598C; }

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

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

background-color css

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

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

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

border-color css

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

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

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