Html Css Color HEX #DA7D99 Pale Violet Red

📋 copy color: '#DA7D99'

red 218 ◦ green 125 ◦ blue 153

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

Shades of Pale Violet Red #DA7D99

Tints of Pale Violet Red #DA7D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.2%

 BLUE value IS 153 (60.16% from 255) = 30.85%

R = 43.95%
G = 25.2%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA7D99 (or 0xDA7D99) is known color: Pale Violet Red. HEX triplet: DA, 7D and 99. RGB value is (218,125,153). Sum of RGB (Red+Green+Blue) = 218+125+153=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D99 is #258266. Grayscale: #9B9B9B. Windows color (decimal): -2458215 or 10059226. OLE color: 10059226.

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

Color convert

RGB 218 125 153 -
CMYK 0 0.43 0.30 0.15
HSL 341.94º 0.56% 0.67% -
HSV(B) 341.94º 0.43% 0.85% -
XYZ 42 31.87 34.08 -
YUV 156 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 218 125 153 0 0.43 0.30 0.15 341.94 0.56 0.67
Hex DA 7D 99 0 2B 1E F 156 38 43
Octal 332 175 231 0 53 36 17 526 70 103
Binary 11011010 1111101 10011001 0 101011 11110 1111 101010110 111000 1000011

Color Harmonies of #DA7D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D99

Black with #DA7D99

Text Example


Text Example

White with #DA7D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D99; }

 p { color: rgb(218,125,153); }

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

background-color css

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

 a { background-color: rgb(218,125,153); }

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

border-color css

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

 span { border-color: rgb(218,125,153); }

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