Html Css Color HEX #DC6696 Pale Violet Red

📋 copy color: '#DC6696'

red 220 ◦ green 102 ◦ blue 150

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

Shades of Pale Violet Red #DC6696

Tints of Pale Violet Red #DC6696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 46.61%
G = 21.61%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC6696 (or 0xDC6696) is known color: Pale Violet Red. HEX triplet: DC, 66 and 96. RGB value is (220,102,150). Sum of RGB (Red+Green+Blue) = 220+102+150=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6696 is #239969. Grayscale: #8E8E8E. Windows color (decimal): -2333034 or 9856732. OLE color: 9856732.

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

Color convert

RGB 220 102 150 -
CMYK 0 0.54 0.32 0.14
HSL 335.59º 0.63% 0.63% -
HSV(B) 335.59º 0.54% 0.86% -
XYZ 39.77 26.92 31.95 -
YUV 142.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 220 102 150 0 0.54 0.32 0.14 335.59 0.63 0.63
Hex DC 66 96 0 36 20 E 150 3F 3F
Octal 334 146 226 0 66 40 16 520 77 77
Binary 11011100 1100110 10010110 0 110110 100000 1110 101010000 111111 111111

Color Harmonies of #DC6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6696

Black with #DC6696

Text Example


Text Example

White with #DC6696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6696; }

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

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

background-color css

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

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

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

border-color css

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

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

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