Html Css Color HEX #DA5C8D Dark Pink

📋 copy color: '#DA5C8D'

red 218 ◦ green 92 ◦ blue 141

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

Shades of Dark Pink #DA5C8D

Tints of Dark Pink #DA5C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.4%

 BLUE value IS 141 (55.47% from 255) = 31.26%

R = 48.34%
G = 20.4%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA5C8D (or 0xDA5C8D) is known color: Dark Pink. HEX triplet: DA, 5C and 8D. RGB value is (218,92,141). Sum of RGB (Red+Green+Blue) = 218+92+141=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5C8D is #25A372. Grayscale: #878787. Windows color (decimal): -2466675 or 9264346. OLE color: 9264346.

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

Color convert

RGB 218 92 141 -
CMYK 0 0.58 0.35 0.15
HSL 336.67º 0.63% 0.61% -
HSV(B) 336.67º 0.58% 0.85% -
XYZ 37.55 24.48 27.95 -
YUV 135.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 218 92 141 0 0.58 0.35 0.15 336.67 0.63 0.61
Hex DA 5C 8D 0 3A 23 F 151 3F 3D
Octal 332 134 215 0 72 43 17 521 77 75
Binary 11011010 1011100 10001101 0 111010 100011 1111 101010001 111111 111101

Color Harmonies of #DA5C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C8D

Black with #DA5C8D

Text Example


Text Example

White with #DA5C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C8D; }

 p { color: rgb(218,92,141); }

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

background-color css

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

 a { background-color: rgb(218,92,141); }

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

border-color css

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

 span { border-color: rgb(218,92,141); }

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