Html Css Color HEX #DA7D9B Pale Violet Red

📋 copy color: '#DA7D9B'

red 218 ◦ green 125 ◦ blue 155

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

Shades of Pale Violet Red #DA7D9B

Tints of Pale Violet Red #DA7D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.12%

R = 43.78%
G = 25.1%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA7D9B (or 0xDA7D9B) is known color: Pale Violet Red. HEX triplet: DA, 7D and 9B. RGB value is (218,125,155). Sum of RGB (Red+Green+Blue) = 218+125+155=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D9B is #258264. Grayscale: #9C9C9C. Windows color (decimal): -2458213 or 10190298. OLE color: 10190298.

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

Color convert

RGB 218 125 155 -
CMYK 0 0.43 0.29 0.15
HSL 340.65º 0.56% 0.67% -
HSV(B) 340.65º 0.43% 0.85% -
XYZ 42.16 31.94 34.95 -
YUV 156.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 218 125 155 0 0.43 0.29 0.15 340.65 0.56 0.67
Hex DA 7D 9B 0 2B 1D F 155 38 43
Octal 332 175 233 0 53 35 17 525 70 103
Binary 11011010 1111101 10011011 0 101011 11101 1111 101010101 111000 1000011

Color Harmonies of #DA7D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D9B

Black with #DA7D9B

Text Example


Text Example

White with #DA7D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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