Html Css Color HEX #DC6196 Pale Violet Red

📋 copy color: '#DC6196'

red 220 ◦ green 97 ◦ blue 150

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

Shades of Pale Violet Red #DC6196

Tints of Pale Violet Red #DC6196

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.77%

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

R = 47.11%
G = 20.77%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC6196 (or 0xDC6196) is known color: Pale Violet Red. HEX triplet: DC, 61 and 96. RGB value is (220,97,150). Sum of RGB (Red+Green+Blue) = 220+97+150=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6196 is #239E69. Grayscale: #8B8B8B. Windows color (decimal): -2334314 or 9855452. OLE color: 9855452.

HSL color Cylindrical-coordinate representation of color #DC6196: hue angle of 334.15º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6196 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 97 150 -
CMYK 0 0.56 0.32 0.14
HSL 334.15º 0.64% 0.62% -
HSV(B) 334.15º 0.56% 0.86% -
XYZ 39.29 25.97 31.8 -
YUV 139.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 220 97 150 0 0.56 0.32 0.14 334.15 0.64 0.62
Hex DC 61 96 0 38 20 E 14E 40 3E
Octal 334 141 226 0 70 40 16 516 100 76
Binary 11011100 1100001 10010110 0 111000 100000 1110 101001110 1000000 111110

Color Harmonies of #DC6196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6196

Black with #DC6196

Text Example


Text Example

White with #DC6196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6196; }

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

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

background-color css

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

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

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

border-color css

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

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

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