Html Css Color HEX #DC6B96 Pale Violet Red

📋 copy color: '#DC6B96'

red 220 ◦ green 107 ◦ blue 150

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

Shades of Pale Violet Red #DC6B96

Tints of Pale Violet Red #DC6B96

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.43%

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

R = 46.12%
G = 22.43%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC6B96 (or 0xDC6B96) is known color: Pale Violet Red. HEX triplet: DC, 6B and 96. RGB value is (220,107,150). Sum of RGB (Red+Green+Blue) = 220+107+150=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B96 is #239469. Grayscale: #919191. Windows color (decimal): -2331754 or 9858012. OLE color: 9858012.

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

Color convert

RGB 220 107 150 -
CMYK 0 0.51 0.32 0.14
HSL 337.17º 0.62% 0.64% -
HSV(B) 337.17º 0.51% 0.86% -
XYZ 40.28 27.93 32.12 -
YUV 145.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 220 107 150 0 0.51 0.32 0.14 337.17 0.62 0.64
Hex DC 6B 96 0 33 20 E 151 3E 40
Octal 334 153 226 0 63 40 16 521 76 100
Binary 11011100 1101011 10010110 0 110011 100000 1110 101010001 111110 1000000

Color Harmonies of #DC6B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B96

Black with #DC6B96

Text Example


Text Example

White with #DC6B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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