Html Css Color HEX #DF6CA6 Pale Violet Red

📋 copy color: '#DF6CA6'

red 223 ◦ green 108 ◦ blue 166

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

Shades of Pale Violet Red #DF6CA6

Tints of Pale Violet Red #DF6CA6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.73%

 BLUE value IS 166 (65.23% from 255) = 33.4%

R = 44.87%
G = 21.73%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF6CA6 (or 0xDF6CA6) is known color: Pale Violet Red. HEX triplet: DF, 6C and A6. RGB value is (223,108,166). Sum of RGB (Red+Green+Blue) = 223+108+166=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6CA6 is #209359. Grayscale: #949494. Windows color (decimal): -2134874 or 10906847. OLE color: 10906847.

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

Color convert

RGB 223 108 166 -
CMYK 0 0.52 0.26 0.13
HSL 329.74º 0.64% 0.65% -
HSV(B) 329.74º 0.52% 0.87% -
XYZ 42.68 29.17 39.46 -
YUV 149 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 223 108 166 0 0.52 0.26 0.13 329.74 0.64 0.65
Hex DF 6C A6 0 34 1A D 14A 40 41
Octal 337 154 246 0 64 32 15 512 100 101
Binary 11011111 1101100 10100110 0 110100 11010 1101 101001010 1000000 1000001

Color Harmonies of #DF6CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CA6

Black with #DF6CA6

Text Example


Text Example

White with #DF6CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CA6; }

 p { color: rgb(223,108,166); }

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

background-color css

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

 a { background-color: rgb(223,108,166); }

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

border-color css

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

 span { border-color: rgb(223,108,166); }

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