Html Css Color HEX #DC66A4 Pale Violet Red

📋 copy color: '#DC66A4'

red 220 ◦ green 102 ◦ blue 164

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

Shades of Pale Violet Red #DC66A4

Tints of Pale Violet Red #DC66A4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.99%

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

R = 45.27%
G = 20.99%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC66A4 (or 0xDC66A4) is known color: Pale Violet Red. HEX triplet: DC, 66 and A4. RGB value is (220,102,164). Sum of RGB (Red+Green+Blue) = 220+102+164=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC66A4 is #23995B. Grayscale: #909090. Windows color (decimal): -2333020 or 10774236. OLE color: 10774236.

HSL color Cylindrical-coordinate representation of color #DC66A4: hue angle of 328.47º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66A4 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 164 -
CMYK 0 0.54 0.25 0.14
HSL 328.47º 0.63% 0.63% -
HSV(B) 328.47º 0.54% 0.86% -
XYZ 40.97 27.4 38.25 -
YUV 144.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 220 102 164 0 0.54 0.25 0.14 328.47 0.63 0.63
Hex DC 66 A4 0 36 19 E 148 3F 3F
Octal 334 146 244 0 66 31 16 510 77 77
Binary 11011100 1100110 10100100 0 110110 11001 1110 101001000 111111 111111

Color Harmonies of #DC66A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66A4

Black with #DC66A4

Text Example


Text Example

White with #DC66A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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