Html Css Color HEX #DF6EA2 Pale Violet Red

📋 copy color: '#DF6EA2'

red 223 ◦ green 110 ◦ blue 162

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

Shades of Pale Violet Red #DF6EA2

Tints of Pale Violet Red #DF6EA2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.22%

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

R = 45.05%
G = 22.22%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF6EA2 (or 0xDF6EA2) is known color: Pale Violet Red. HEX triplet: DF, 6E and A2. RGB value is (223,110,162). Sum of RGB (Red+Green+Blue) = 223+110+162=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6EA2 is #20915D. Grayscale: #959595. Windows color (decimal): -2134366 or 10645215. OLE color: 10645215.

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

Color convert

RGB 223 110 162 -
CMYK 0 0.51 0.27 0.13
HSL 332.39º 0.64% 0.65% -
HSV(B) 332.39º 0.51% 0.87% -
XYZ 42.53 29.45 37.63 -
YUV 149.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 223 110 162 0 0.51 0.27 0.13 332.39 0.64 0.65
Hex DF 6E A2 0 33 1B D 14C 40 41
Octal 337 156 242 0 63 33 15 514 100 101
Binary 11011111 1101110 10100010 0 110011 11011 1101 101001100 1000000 1000001

Color Harmonies of #DF6EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EA2

Black with #DF6EA2

Text Example


Text Example

White with #DF6EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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