Html Css Color HEX #DF7DA5 Pale Violet Red

📋 copy color: '#DF7DA5'

red 223 ◦ green 125 ◦ blue 165

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

Shades of Pale Violet Red #DF7DA5

Tints of Pale Violet Red #DF7DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.16%

R = 43.47%
G = 24.37%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF7DA5 (or 0xDF7DA5) is known color: Pale Violet Red. HEX triplet: DF, 7D and A5. RGB value is (223,125,165). Sum of RGB (Red+Green+Blue) = 223+125+165=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DA5 is #20825A. Grayscale: #9E9E9E. Windows color (decimal): -2130523 or 10845663. OLE color: 10845663.

HSL color Cylindrical-coordinate representation of color #DF7DA5: hue angle of 335.51º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7DA5 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 125 165 -
CMYK 0 0.44 0.26 0.13
HSL 335.51º 0.6% 0.68% -
HSV(B) 335.51º 0.44% 0.87% -
XYZ 44.56 33.07 39.63 -
YUV 158.86 131.47 173.75 -
System Red Green Blue C M Y K H S L
Decimal 223 125 165 0 0.44 0.26 0.13 335.51 0.6 0.68
Hex DF 7D A5 0 2C 1A D 150 3C 44
Octal 337 175 245 0 54 32 15 520 74 104
Binary 11011111 1111101 10100101 0 101100 11010 1101 101010000 111100 1000100

Color Harmonies of #DF7DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7DA5

Black with #DF7DA5

Text Example


Text Example

White with #DF7DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7DA5; }

 p { color: rgb(223,125,165); }

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

background-color css

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

 a { background-color: rgb(223,125,165); }

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

border-color css

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

 span { border-color: rgb(223,125,165); }

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