Html Css Color HEX #DA7D9A Pale Violet Red

📋 copy color: '#DA7D9A'

red 218 ◦ green 125 ◦ blue 154

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

Shades of Pale Violet Red #DA7D9A

Tints of Pale Violet Red #DA7D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.99%

R = 43.86%
G = 25.15%
B = 30.99%

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

#DA7D9A (or 0xDA7D9A) is known color: Pale Violet Red. HEX triplet: DA, 7D and 9A. RGB value is (218,125,154). Sum of RGB (Red+Green+Blue) = 218+125+154=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D9A is #258265. Grayscale: #9C9C9C. Windows color (decimal): -2458214 or 10124762. OLE color: 10124762.

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

Color convert

RGB 218 125 154 -
CMYK 0 0.43 0.29 0.15
HSL 341.29º 0.56% 0.67% -
HSV(B) 341.29º 0.43% 0.85% -
XYZ 42.08 31.91 34.51 -
YUV 156.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 218 125 154 0 0.43 0.29 0.15 341.29 0.56 0.67
Hex DA 7D 9A 0 2B 1D F 155 38 43
Octal 332 175 232 0 53 35 17 525 70 103
Binary 11011010 1111101 10011010 0 101011 11101 1111 101010101 111000 1000011

Color Harmonies of #DA7D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D9A

Black with #DA7D9A

Text Example


Text Example

White with #DA7D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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