Html Css Color HEX #DA558B Dark Pink

📋 copy color: '#DA558B'

red 218 ◦ green 85 ◦ blue 139

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

Shades of Dark Pink #DA558B

Tints of Dark Pink #DA558B

RGB

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

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

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

R = 49.32%
G = 19.23%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA558B (or 0xDA558B) is known color: Dark Pink. HEX triplet: DA, 55 and 8B. RGB value is (218,85,139). Sum of RGB (Red+Green+Blue) = 218+85+139=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA558B is #25AA74. Grayscale: #828282. Windows color (decimal): -2468469 or 9131482. OLE color: 9131482.

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

Color convert

RGB 218 85 139 -
CMYK 0 0.61 0.36 0.15
HSL 335.64º 0.64% 0.59% -
HSV(B) 335.64º 0.61% 0.85% -
XYZ 36.82 23.27 26.98 -
YUV 130.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 218 85 139 0 0.61 0.36 0.15 335.64 0.64 0.59
Hex DA 55 8B 0 3D 24 F 150 40 3B
Octal 332 125 213 0 75 44 17 520 100 73
Binary 11011010 1010101 10001011 0 111101 100100 1111 101010000 1000000 111011

Color Harmonies of #DA558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA558B

Black with #DA558B

Text Example


Text Example

White with #DA558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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