Html Css Color HEX #DF72A5 Pale Violet Red

📋 copy color: '#DF72A5'

red 223 ◦ green 114 ◦ blue 165

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

Shades of Pale Violet Red #DF72A5

Tints of Pale Violet Red #DF72A5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.71%

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

R = 44.42%
G = 22.71%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF72A5 (or 0xDF72A5) is known color: Pale Violet Red. HEX triplet: DF, 72 and A5. RGB value is (223,114,165). Sum of RGB (Red+Green+Blue) = 223+114+165=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF72A5 is #208D5A. Grayscale: #989898. Windows color (decimal): -2133339 or 10842847. OLE color: 10842847.

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

Color convert

RGB 223 114 165 -
CMYK 0 0.49 0.26 0.13
HSL 331.93º 0.63% 0.66% -
HSV(B) 331.93º 0.49% 0.87% -
XYZ 43.24 30.44 39.19 -
YUV 152.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 223 114 165 0 0.49 0.26 0.13 331.93 0.63 0.66
Hex DF 72 A5 0 31 1A D 14C 3F 42
Octal 337 162 245 0 61 32 15 514 77 102
Binary 11011111 1110010 10100101 0 110001 11010 1101 101001100 111111 1000010

Color Harmonies of #DF72A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF72A5

Black with #DF72A5

Text Example


Text Example

White with #DF72A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF72A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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