Html Css Color HEX #DA558E Dark Pink

📋 copy color: '#DA558E'

red 218 ◦ green 85 ◦ blue 142

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

Shades of Dark Pink #DA558E

Tints of Dark Pink #DA558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.1%

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 48.99%
G = 19.1%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA558E (or 0xDA558E) is known color: Dark Pink. HEX triplet: DA, 55 and 8E. RGB value is (218,85,142). Sum of RGB (Red+Green+Blue) = 218+85+142=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA558E is #25AA71. Grayscale: #838383. Windows color (decimal): -2468466 or 9328090. OLE color: 9328090.

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

Color convert

RGB 218 85 142 -
CMYK 0 0.61 0.35 0.15
HSL 334.29º 0.64% 0.59% -
HSV(B) 334.29º 0.61% 0.85% -
XYZ 37.04 23.36 28.15 -
YUV 131.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 218 85 142 0 0.61 0.35 0.15 334.29 0.64 0.59
Hex DA 55 8E 0 3D 23 F 14E 40 3B
Octal 332 125 216 0 75 43 17 516 100 73
Binary 11011010 1010101 10001110 0 111101 100011 1111 101001110 1000000 111011

Color Harmonies of #DA558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA558E

Black with #DA558E

Text Example


Text Example

White with #DA558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA558E; }

 p { color: rgb(218,85,142); }

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

background-color css

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

 a { background-color: rgb(218,85,142); }

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

border-color css

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

 span { border-color: rgb(218,85,142); }

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