Html Css Color HEX #DF68A2 Pale Violet Red

📋 copy color: '#DF68A2'

red 223 ◦ green 104 ◦ blue 162

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

Shades of Pale Violet Red #DF68A2

Tints of Pale Violet Red #DF68A2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.27%

 BLUE value IS 162 (63.67% from 255) = 33.13%

R = 45.6%
G = 21.27%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF68A2 (or 0xDF68A2) is known color: Pale Violet Red. HEX triplet: DF, 68 and A2. RGB value is (223,104,162). Sum of RGB (Red+Green+Blue) = 223+104+162=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF68A2 is #20975D. Grayscale: #929292. Windows color (decimal): -2135902 or 10643679. OLE color: 10643679.

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

Color convert

RGB 223 104 162 -
CMYK 0 0.53 0.27 0.13
HSL 330.76º 0.65% 0.64% -
HSV(B) 330.76º 0.53% 0.87% -
XYZ 41.9 28.2 37.42 -
YUV 146.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 223 104 162 0 0.53 0.27 0.13 330.76 0.65 0.64
Hex DF 68 A2 0 35 1B D 14B 41 40
Octal 337 150 242 0 65 33 15 513 101 100
Binary 11011111 1101000 10100010 0 110101 11011 1101 101001011 1000001 1000000

Color Harmonies of #DF68A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68A2

Black with #DF68A2

Text Example


Text Example

White with #DF68A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68A2; }

 p { color: rgb(223,104,162); }

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

background-color css

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

 a { background-color: rgb(223,104,162); }

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

border-color css

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

 span { border-color: rgb(223,104,162); }

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