Html Css Color HEX #DF6AA0 Pale Violet Red

📋 copy color: '#DF6AA0'

red 223 ◦ green 106 ◦ blue 160

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

Shades of Pale Violet Red #DF6AA0

Tints of Pale Violet Red #DF6AA0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.68%

 BLUE value IS 160 (62.89% from 255) = 32.72%

R = 45.6%
G = 21.68%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF6AA0 (or 0xDF6AA0) is known color: Pale Violet Red. HEX triplet: DF, 6A and A0. RGB value is (223,106,160). Sum of RGB (Red+Green+Blue) = 223+106+160=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6AA0 is #20955F. Grayscale: #939393. Windows color (decimal): -2135392 or 10513119. OLE color: 10513119.

HSL color Cylindrical-coordinate representation of color #DF6AA0: hue angle of 332.31º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6AA0 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 106 160 -
CMYK 0 0.52 0.28 0.13
HSL 332.31º 0.65% 0.65% -
HSV(B) 332.31º 0.52% 0.87% -
XYZ 41.93 28.53 36.56 -
YUV 147.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 223 106 160 0 0.52 0.28 0.13 332.31 0.65 0.65
Hex DF 6A A0 0 34 1C D 14C 41 41
Octal 337 152 240 0 64 34 15 514 101 101
Binary 11011111 1101010 10100000 0 110100 11100 1101 101001100 1000001 1000001

Color Harmonies of #DF6AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6AA0

Black with #DF6AA0

Text Example


Text Example

White with #DF6AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6AA0; }

 p { color: rgb(223,106,160); }

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

background-color css

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

 a { background-color: rgb(223,106,160); }

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

border-color css

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

 span { border-color: rgb(223,106,160); }

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