Html Css Color HEX #DA598F Dark Pink

📋 copy color: '#DA598F'

red 218 ◦ green 89 ◦ blue 143

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

Shades of Dark Pink #DA598F

Tints of Dark Pink #DA598F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.78%

R = 48.44%
G = 19.78%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA598F (or 0xDA598F) is known color: Dark Pink. HEX triplet: DA, 59 and 8F. RGB value is (218,89,143). Sum of RGB (Red+Green+Blue) = 218+89+143=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA598F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA598F is #25A670. Grayscale: #858585. Windows color (decimal): -2467441 or 9394650. OLE color: 9394650.

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

Color convert

RGB 218 89 143 -
CMYK 0 0.59 0.34 0.15
HSL 334.88º 0.64% 0.6% -
HSV(B) 334.88º 0.59% 0.85% -
XYZ 37.44 24.03 28.65 -
YUV 133.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 218 89 143 0 0.59 0.34 0.15 334.88 0.64 0.6
Hex DA 59 8F 0 3B 22 F 14F 40 3C
Octal 332 131 217 0 73 42 17 517 100 74
Binary 11011010 1011001 10001111 0 111011 100010 1111 101001111 1000000 111100

Color Harmonies of #DA598F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA598F

Black with #DA598F

Text Example


Text Example

White with #DA598F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA598F; }

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

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

background-color css

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

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

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

border-color css

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

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

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