Html Css Color HEX #DA7BA8 Pale Violet Red

📋 copy color: '#DA7BA8'

red 218 ◦ green 123 ◦ blue 168

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

Shades of Pale Violet Red #DA7BA8

Tints of Pale Violet Red #DA7BA8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.17%

 BLUE value IS 168 (66.02% from 255) = 33.01%

R = 42.83%
G = 24.17%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA7BA8 (or 0xDA7BA8) is known color: Pale Violet Red. HEX triplet: DA, 7B and A8. RGB value is (218,123,168). Sum of RGB (Red+Green+Blue) = 218+123+168=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7BA8 is #258457. Grayscale: #9C9C9C. Windows color (decimal): -2458712 or 11041754. OLE color: 11041754.

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

Color convert

RGB 218 123 168 -
CMYK 0 0.44 0.23 0.15
HSL 331.58º 0.56% 0.67% -
HSV(B) 331.58º 0.44% 0.85% -
XYZ 43.06 31.9 40.93 -
YUV 156.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 218 123 168 0 0.44 0.23 0.15 331.58 0.56 0.67
Hex DA 7B A8 0 2C 17 F 14C 38 43
Octal 332 173 250 0 54 27 17 514 70 103
Binary 11011010 1111011 10101000 0 101100 10111 1111 101001100 111000 1000011

Color Harmonies of #DA7BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BA8

Black with #DA7BA8

Text Example


Text Example

White with #DA7BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BA8; }

 p { color: rgb(218,123,168); }

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

background-color css

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

 a { background-color: rgb(218,123,168); }

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

border-color css

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

 span { border-color: rgb(218,123,168); }

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