Html Css Color HEX #DF69A3 Pale Violet Red

📋 copy color: '#DF69A3'

red 223 ◦ green 105 ◦ blue 163

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

Shades of Pale Violet Red #DF69A3

Tints of Pale Violet Red #DF69A3

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.38%

 BLUE value IS 163 (64.06% from 255) = 33.2%

R = 45.42%
G = 21.38%
B = 33.2%

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

#DF69A3 (or 0xDF69A3) is known color: Pale Violet Red. HEX triplet: DF, 69 and A3. RGB value is (223,105,163). Sum of RGB (Red+Green+Blue) = 223+105+163=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF69A3 is #20965C. Grayscale: #929292. Windows color (decimal): -2135645 or 10709471. OLE color: 10709471.

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

Color convert

RGB 223 105 163 -
CMYK 0 0.53 0.27 0.13
HSL 330.51º 0.65% 0.64% -
HSV(B) 330.51º 0.53% 0.87% -
XYZ 42.09 28.44 37.92 -
YUV 146.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 223 105 163 0 0.53 0.27 0.13 330.51 0.65 0.64
Hex DF 69 A3 0 35 1B D 14B 41 40
Octal 337 151 243 0 65 33 15 513 101 100
Binary 11011111 1101001 10100011 0 110101 11011 1101 101001011 1000001 1000000

Color Harmonies of #DF69A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69A3

Black with #DF69A3

Text Example


Text Example

White with #DF69A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69A3; }

 p { color: rgb(223,105,163); }

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

background-color css

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

 a { background-color: rgb(223,105,163); }

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

border-color css

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

 span { border-color: rgb(223,105,163); }

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