Html Css Color HEX #DC69A3 Pale Violet Red

📋 copy color: '#DC69A3'

red 220 ◦ green 105 ◦ blue 163

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

Shades of Pale Violet Red #DC69A3

Tints of Pale Violet Red #DC69A3

RGB

 RED value IS 220 (86.33% from 255) = 45.08%

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

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

R = 45.08%
G = 21.52%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC69A3 (or 0xDC69A3) is known color: Pale Violet Red. HEX triplet: DC, 69 and A3. RGB value is (220,105,163). Sum of RGB (Red+Green+Blue) = 220+105+163=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69A3 is #23965C. Grayscale: #919191. Windows color (decimal): -2332253 or 10709468. OLE color: 10709468.

HSL color Cylindrical-coordinate representation of color #DC69A3: hue angle of 329.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC69A3 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 163 -
CMYK 0 0.52 0.26 0.14
HSL 329.74º 0.62% 0.64% -
HSV(B) 329.74º 0.52% 0.86% -
XYZ 41.18 27.96 37.88 -
YUV 146 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 220 105 163 0 0.52 0.26 0.14 329.74 0.62 0.64
Hex DC 69 A3 0 34 1A E 14A 3E 40
Octal 334 151 243 0 64 32 16 512 76 100
Binary 11011100 1101001 10100011 0 110100 11010 1110 101001010 111110 1000000

Color Harmonies of #DC69A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69A3

Black with #DC69A3

Text Example


Text Example

White with #DC69A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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