Html Css Color HEX #DA5D90 Pale Violet Red

📋 copy color: '#DA5D90'

red 218 ◦ green 93 ◦ blue 144

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

Shades of Pale Violet Red #DA5D90

Tints of Pale Violet Red #DA5D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.65%

R = 47.91%
G = 20.44%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA5D90 (or 0xDA5D90) is known color: Pale Violet Red. HEX triplet: DA, 5D and 90. RGB value is (218,93,144). Sum of RGB (Red+Green+Blue) = 218+93+144=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5D90 is #25A26F. Grayscale: #888888. Windows color (decimal): -2466416 or 9461210. OLE color: 9461210.

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

Color convert

RGB 218 93 144 -
CMYK 0 0.57 0.34 0.15
HSL 335.52º 0.63% 0.61% -
HSV(B) 335.52º 0.57% 0.85% -
XYZ 37.86 24.75 29.17 -
YUV 136.19 132.41 186.35 -
System Red Green Blue C M Y K H S L
Decimal 218 93 144 0 0.57 0.34 0.15 335.52 0.63 0.61
Hex DA 5D 90 0 39 22 F 150 3F 3D
Octal 332 135 220 0 71 42 17 520 77 75
Binary 11011010 1011101 10010000 0 111001 100010 1111 101010000 111111 111101

Color Harmonies of #DA5D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D90

Black with #DA5D90

Text Example


Text Example

White with #DA5D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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