Html Css Color HEX #DC6699 Pale Violet Red

📋 copy color: '#DC6699'

red 220 ◦ green 102 ◦ blue 153

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

Shades of Pale Violet Red #DC6699

Tints of Pale Violet Red #DC6699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.21%

R = 46.32%
G = 21.47%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC6699 (or 0xDC6699) is known color: Pale Violet Red. HEX triplet: DC, 66 and 99. RGB value is (220,102,153). Sum of RGB (Red+Green+Blue) = 220+102+153=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6699 is #239966. Grayscale: #8F8F8F. Windows color (decimal): -2333031 or 10053340. OLE color: 10053340.

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

Color convert

RGB 220 102 153 -
CMYK 0 0.54 0.30 0.14
HSL 334.07º 0.63% 0.63% -
HSV(B) 334.07º 0.54% 0.86% -
XYZ 40.02 27.02 33.24 -
YUV 143.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 220 102 153 0 0.54 0.30 0.14 334.07 0.63 0.63
Hex DC 66 99 0 36 1E E 14E 3F 3F
Octal 334 146 231 0 66 36 16 516 77 77
Binary 11011100 1100110 10011001 0 110110 11110 1110 101001110 111111 111111

Color Harmonies of #DC6699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6699

Black with #DC6699

Text Example


Text Example

White with #DC6699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6699; }

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

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

background-color css

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

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

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

border-color css

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

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

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