Html Css Color HEX #DA558A Dark Pink

📋 copy color: '#DA558A'

red 218 ◦ green 85 ◦ blue 138

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

Shades of Dark Pink #DA558A

Tints of Dark Pink #DA558A

RGB

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

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

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

R = 49.43%
G = 19.27%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA558A (or 0xDA558A) is known color: Dark Pink. HEX triplet: DA, 55 and 8A. RGB value is (218,85,138). Sum of RGB (Red+Green+Blue) = 218+85+138=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA558A is #25AA75. Grayscale: #828282. Windows color (decimal): -2468470 or 9065946. OLE color: 9065946.

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

Color convert

RGB 218 85 138 -
CMYK 0 0.61 0.37 0.15
HSL 336.09º 0.64% 0.59% -
HSV(B) 336.09º 0.61% 0.85% -
XYZ 36.75 23.24 26.59 -
YUV 130.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 218 85 138 0 0.61 0.37 0.15 336.09 0.64 0.59
Hex DA 55 8A 0 3D 25 F 150 40 3B
Octal 332 125 212 0 75 45 17 520 100 73
Binary 11011010 1010101 10001010 0 111101 100101 1111 101010000 1000000 111011

Color Harmonies of #DA558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA558A

Black with #DA558A

Text Example


Text Example

White with #DA558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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