Html Css Color HEX #DA5D92 Pale Violet Red

📋 copy color: '#DA5D92'

red 218 ◦ green 93 ◦ blue 146

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

Shades of Pale Violet Red #DA5D92

Tints of Pale Violet Red #DA5D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 47.7%
G = 20.35%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA5D92 (or 0xDA5D92) is known color: Pale Violet Red. HEX triplet: DA, 5D and 92. RGB value is (218,93,146). Sum of RGB (Red+Green+Blue) = 218+93+146=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5D92 is #25A26D. Grayscale: #888888. Windows color (decimal): -2466414 or 9592282. OLE color: 9592282.

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

Color convert

RGB 218 93 146 -
CMYK 0 0.57 0.33 0.15
HSL 334.56º 0.63% 0.61% -
HSV(B) 334.56º 0.57% 0.85% -
XYZ 38.02 24.81 29.98 -
YUV 136.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 218 93 146 0 0.57 0.33 0.15 334.56 0.63 0.61
Hex DA 5D 92 0 39 21 F 14F 3F 3D
Octal 332 135 222 0 71 41 17 517 77 75
Binary 11011010 1011101 10010010 0 111001 100001 1111 101001111 111111 111101

Color Harmonies of #DA5D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D92

Black with #DA5D92

Text Example


Text Example

White with #DA5D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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