Html Css Color HEX #DC69A4 Pale Violet Red

📋 copy color: '#DC69A4'

red 220 ◦ green 105 ◦ blue 164

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

Shades of Pale Violet Red #DC69A4

Tints of Pale Violet Red #DC69A4

RGB

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

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

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

R = 44.99%
G = 21.47%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC69A4 (or 0xDC69A4) is known color: Pale Violet Red. HEX triplet: DC, 69 and A4. RGB value is (220,105,164). Sum of RGB (Red+Green+Blue) = 220+105+164=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69A4 is #23965B. Grayscale: #919191. Windows color (decimal): -2332252 or 10775004. OLE color: 10775004.

HSL color Cylindrical-coordinate representation of color #DC69A4: hue angle of 329.22º 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 #DC69A4 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 164 -
CMYK 0 0.52 0.25 0.14
HSL 329.22º 0.62% 0.64% -
HSV(B) 329.22º 0.52% 0.86% -
XYZ 41.27 28 38.35 -
YUV 146.11 138.1 180.7 -
System Red Green Blue C M Y K H S L
Decimal 220 105 164 0 0.52 0.25 0.14 329.22 0.62 0.64
Hex DC 69 A4 0 34 19 E 149 3E 40
Octal 334 151 244 0 64 31 16 511 76 100
Binary 11011100 1101001 10100100 0 110100 11001 1110 101001001 111110 1000000

Color Harmonies of #DC69A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69A4

Black with #DC69A4

Text Example


Text Example

White with #DC69A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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