Html Css Color HEX #DF6AA8 Pale Violet Red

📋 copy color: '#DF6AA8'

red 223 ◦ green 106 ◦ blue 168

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

Shades of Pale Violet Red #DF6AA8

Tints of Pale Violet Red #DF6AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.8%

R = 44.87%
G = 21.33%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF6AA8 (or 0xDF6AA8) is known color: Pale Violet Red. HEX triplet: DF, 6A and A8. RGB value is (223,106,168). Sum of RGB (Red+Green+Blue) = 223+106+168=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6AA8 is #209557. Grayscale: #939393. Windows color (decimal): -2135384 or 11037407. OLE color: 11037407.

HSL color Cylindrical-coordinate representation of color #DF6AA8: hue angle of 328.21º 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 #DF6AA8 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 106 168 -
CMYK 0 0.52 0.25 0.13
HSL 328.21º 0.65% 0.65% -
HSV(B) 328.21º 0.52% 0.87% -
XYZ 42.65 28.82 40.36 -
YUV 148.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 223 106 168 0 0.52 0.25 0.13 328.21 0.65 0.65
Hex DF 6A A8 0 34 19 D 148 41 41
Octal 337 152 250 0 64 31 15 510 101 101
Binary 11011111 1101010 10101000 0 110100 11001 1101 101001000 1000001 1000001

Color Harmonies of #DF6AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6AA8

Black with #DF6AA8

Text Example


Text Example

White with #DF6AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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