Html Css Color HEX #DF6DA2 Pale Violet Red

📋 copy color: '#DF6DA2'

red 223 ◦ green 109 ◦ blue 162

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

Shades of Pale Violet Red #DF6DA2

Tints of Pale Violet Red #DF6DA2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.06%

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

R = 45.14%
G = 22.06%
B = 32.79%

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

#DF6DA2 (or 0xDF6DA2) is known color: Pale Violet Red. HEX triplet: DF, 6D and A2. RGB value is (223,109,162). Sum of RGB (Red+Green+Blue) = 223+109+162=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6DA2 is #20925D. Grayscale: #959595. Windows color (decimal): -2134622 or 10644959. OLE color: 10644959.

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

Color convert

RGB 223 109 162 -
CMYK 0 0.51 0.27 0.13
HSL 332.11º 0.64% 0.65% -
HSV(B) 332.11º 0.51% 0.87% -
XYZ 42.42 29.23 37.59 -
YUV 149.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 223 109 162 0 0.51 0.27 0.13 332.11 0.64 0.65
Hex DF 6D A2 0 33 1B D 14C 40 41
Octal 337 155 242 0 63 33 15 514 100 101
Binary 11011111 1101101 10100010 0 110011 11011 1101 101001100 1000000 1000001

Color Harmonies of #DF6DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6DA2

Black with #DF6DA2

Text Example


Text Example

White with #DF6DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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