Html Css Color HEX #DF76AA Pale Violet Red

📋 copy color: '#DF76AA'

red 223 ◦ green 118 ◦ blue 170

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

Shades of Pale Violet Red #DF76AA

Tints of Pale Violet Red #DF76AA

RGB

 RED value IS 223 (87.5% from 255) = 43.64%

 GREEN value IS 118 (46.48% from 255) = 23.09%

 BLUE value IS 170 (66.8% from 255) = 33.27%

R = 43.64%
G = 23.09%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF76AA (or 0xDF76AA) is known color: Pale Violet Red. HEX triplet: DF, 76 and AA. RGB value is (223,118,170). Sum of RGB (Red+Green+Blue) = 223+118+170=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF76AA is #208955. Grayscale: #9B9B9B. Windows color (decimal): -2132310 or 11171551. OLE color: 11171551.

HSL color Cylindrical-coordinate representation of color #DF76AA: hue angle of 330.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF76AA is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 118 170 -
CMYK 0 0.47 0.24 0.13
HSL 330.29º 0.62% 0.67% -
HSV(B) 330.29º 0.47% 0.87% -
XYZ 44.17 31.55 41.79 -
YUV 155.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 223 118 170 0 0.47 0.24 0.13 330.29 0.62 0.67
Hex DF 76 AA 0 2F 18 D 14A 3E 43
Octal 337 166 252 0 57 30 15 512 76 103
Binary 11011111 1110110 10101010 0 101111 11000 1101 101001010 111110 1000011

Color Harmonies of #DF76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76AA

Black with #DF76AA

Text Example


Text Example

White with #DF76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76AA; }

 p { color: rgb(223,118,170); }

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

background-color css

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

 a { background-color: rgb(223,118,170); }

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

border-color css

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

 span { border-color: rgb(223,118,170); }

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