Html Css Color HEX #DA7E9E Pale Violet Red

📋 copy color: '#DA7E9E'

red 218 ◦ green 126 ◦ blue 158

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

Shades of Pale Violet Red #DA7E9E

Tints of Pale Violet Red #DA7E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.1%

 BLUE value IS 158 (62.11% from 255) = 31.47%

R = 43.43%
G = 25.1%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA7E9E (or 0xDA7E9E) is known color: Pale Violet Red. HEX triplet: DA, 7E and 9E. RGB value is (218,126,158). Sum of RGB (Red+Green+Blue) = 218+126+158=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7E9E is #258161. Grayscale: #9D9D9D. Windows color (decimal): -2457954 or 10387162. OLE color: 10387162.

HSL color Cylindrical-coordinate representation of color #DA7E9E: hue angle of 339.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7E9E is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 126 158 -
CMYK 0 0.42 0.28 0.15
HSL 339.13º 0.55% 0.67% -
HSV(B) 339.13º 0.42% 0.85% -
XYZ 42.55 32.3 36.34 -
YUV 157.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 218 126 158 0 0.42 0.28 0.15 339.13 0.55 0.67
Hex DA 7E 9E 0 2A 1C F 153 37 43
Octal 332 176 236 0 52 34 17 523 67 103
Binary 11011010 1111110 10011110 0 101010 11100 1111 101010011 110111 1000011

Color Harmonies of #DA7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E9E

Black with #DA7E9E

Text Example


Text Example

White with #DA7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E9E; }

 p { color: rgb(218,126,158); }

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

background-color css

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

 a { background-color: rgb(218,126,158); }

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

border-color css

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

 span { border-color: rgb(218,126,158); }

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