Html Css Color HEX #DA5D8D Pale Violet Red

📋 copy color: '#DA5D8D'

red 218 ◦ green 93 ◦ blue 141

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

Shades of Pale Violet Red #DA5D8D

Tints of Pale Violet Red #DA5D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.58%

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

R = 48.23%
G = 20.58%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA5D8D (or 0xDA5D8D) is known color: Pale Violet Red. HEX triplet: DA, 5D and 8D. RGB value is (218,93,141). Sum of RGB (Red+Green+Blue) = 218+93+141=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5D8D is #25A272. Grayscale: #878787. Windows color (decimal): -2466419 or 9264602. OLE color: 9264602.

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

Color convert

RGB 218 93 141 -
CMYK 0 0.57 0.35 0.15
HSL 336.96º 0.63% 0.61% -
HSV(B) 336.96º 0.57% 0.85% -
XYZ 37.64 24.66 27.98 -
YUV 135.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 218 93 141 0 0.57 0.35 0.15 336.96 0.63 0.61
Hex DA 5D 8D 0 39 23 F 151 3F 3D
Octal 332 135 215 0 71 43 17 521 77 75
Binary 11011010 1011101 10001101 0 111001 100011 1111 101010001 111111 111101

Color Harmonies of #DA5D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D8D

Black with #DA5D8D

Text Example


Text Example

White with #DA5D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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