Html Css Color HEX #DF6DA4 Pale Violet Red

📋 copy color: '#DF6DA4'

red 223 ◦ green 109 ◦ blue 164

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

Shades of Pale Violet Red #DF6DA4

Tints of Pale Violet Red #DF6DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.06%

R = 44.96%
G = 21.98%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF6DA4 (or 0xDF6DA4) is known color: Pale Violet Red. HEX triplet: DF, 6D and A4. RGB value is (223,109,164). Sum of RGB (Red+Green+Blue) = 223+109+164=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6DA4 is #20925B. Grayscale: #959595. Windows color (decimal): -2134620 or 10776031. OLE color: 10776031.

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

Color convert

RGB 223 109 164 -
CMYK 0 0.51 0.26 0.13
HSL 331.05º 0.64% 0.65% -
HSV(B) 331.05º 0.51% 0.87% -
XYZ 42.6 29.31 38.53 -
YUV 149.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 223 109 164 0 0.51 0.26 0.13 331.05 0.64 0.65
Hex DF 6D A4 0 33 1A D 14B 40 41
Octal 337 155 244 0 63 32 15 513 100 101
Binary 11011111 1101101 10100100 0 110011 11010 1101 101001011 1000000 1000001

Color Harmonies of #DF6DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6DA4

Black with #DF6DA4

Text Example


Text Example

White with #DF6DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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