Html Css Color HEX #DF66A1 Pale Violet Red

📋 copy color: '#DF66A1'

red 223 ◦ green 102 ◦ blue 161

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

Shades of Pale Violet Red #DF66A1

Tints of Pale Violet Red #DF66A1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.99%

 BLUE value IS 161 (63.28% from 255) = 33.13%

R = 45.88%
G = 20.99%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF66A1 (or 0xDF66A1) is known color: Pale Violet Red. HEX triplet: DF, 66 and A1. RGB value is (223,102,161). Sum of RGB (Red+Green+Blue) = 223+102+161=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF66A1 is #20995E. Grayscale: #909090. Windows color (decimal): -2136415 or 10577631. OLE color: 10577631.

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

Color convert

RGB 223 102 161 -
CMYK 0 0.54 0.28 0.13
HSL 330.74º 0.65% 0.64% -
HSV(B) 330.74º 0.54% 0.87% -
XYZ 41.62 27.76 36.88 -
YUV 144.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 223 102 161 0 0.54 0.28 0.13 330.74 0.65 0.64
Hex DF 66 A1 0 36 1C D 14B 41 40
Octal 337 146 241 0 66 34 15 513 101 100
Binary 11011111 1100110 10100001 0 110110 11100 1101 101001011 1000001 1000000

Color Harmonies of #DF66A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66A1

Black with #DF66A1

Text Example


Text Example

White with #DF66A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66A1; }

 p { color: rgb(223,102,161); }

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

background-color css

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

 a { background-color: rgb(223,102,161); }

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

border-color css

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

 span { border-color: rgb(223,102,161); }

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