Html Css Color HEX #DC6996 Pale Violet Red

📋 copy color: '#DC6996'

red 220 ◦ green 105 ◦ blue 150

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

Shades of Pale Violet Red #DC6996

Tints of Pale Violet Red #DC6996

RGB

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

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

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

R = 46.32%
G = 22.11%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC6996 (or 0xDC6996) is known color: Pale Violet Red. HEX triplet: DC, 69 and 96. RGB value is (220,105,150). Sum of RGB (Red+Green+Blue) = 220+105+150=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6996 is #239669. Grayscale: #909090. Windows color (decimal): -2332266 or 9857500. OLE color: 9857500.

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

Color convert

RGB 220 105 150 -
CMYK 0 0.52 0.32 0.14
HSL 336.52º 0.62% 0.64% -
HSV(B) 336.52º 0.52% 0.86% -
XYZ 40.07 27.52 32.05 -
YUV 144.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 220 105 150 0 0.52 0.32 0.14 336.52 0.62 0.64
Hex DC 69 96 0 34 20 E 151 3E 40
Octal 334 151 226 0 64 40 16 521 76 100
Binary 11011100 1101001 10010110 0 110100 100000 1110 101010001 111110 1000000

Color Harmonies of #DC6996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6996

Black with #DC6996

Text Example


Text Example

White with #DC6996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6996; }

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

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

background-color css

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

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

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

border-color css

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

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

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