Html Css Color HEX #DF66AB Pale Violet Red

📋 copy color: '#DF66AB'

red 223 ◦ green 102 ◦ blue 171

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

Shades of Pale Violet Red #DF66AB

Tints of Pale Violet Red #DF66AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.48%

R = 44.96%
G = 20.56%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF66AB (or 0xDF66AB) is known color: Pale Violet Red. HEX triplet: DF, 66 and AB. RGB value is (223,102,171). Sum of RGB (Red+Green+Blue) = 223+102+171=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF66AB is #209954. Grayscale: #919191. Windows color (decimal): -2136405 or 11232991. OLE color: 11232991.

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

Color convert

RGB 223 102 171 -
CMYK 0 0.54 0.23 0.13
HSL 325.79º 0.65% 0.64% -
HSV(B) 325.79º 0.54% 0.87% -
XYZ 42.53 28.13 41.72 -
YUV 146.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 223 102 171 0 0.54 0.23 0.13 325.79 0.65 0.64
Hex DF 66 AB 0 36 17 D 146 41 40
Octal 337 146 253 0 66 27 15 506 101 100
Binary 11011111 1100110 10101011 0 110110 10111 1101 101000110 1000001 1000000

Color Harmonies of #DF66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66AB

Black with #DF66AB

Text Example


Text Example

White with #DF66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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