Html Css Color HEX #DC6997 Pale Violet Red

📋 copy color: '#DC6997'

red 220 ◦ green 105 ◦ blue 151

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

Shades of Pale Violet Red #DC6997

Tints of Pale Violet Red #DC6997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.72%

R = 46.22%
G = 22.06%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC6997 (or 0xDC6997) is known color: Pale Violet Red. HEX triplet: DC, 69 and 97. RGB value is (220,105,151). Sum of RGB (Red+Green+Blue) = 220+105+151=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6997 is #239668. Grayscale: #909090. Windows color (decimal): -2332265 or 9923036. OLE color: 9923036.

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

Color convert

RGB 220 105 151 -
CMYK 0 0.52 0.31 0.14
HSL 336º 0.62% 0.64% -
HSV(B) 336º 0.52% 0.86% -
XYZ 40.15 27.55 32.48 -
YUV 144.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 220 105 151 0 0.52 0.31 0.14 336 0.62 0.64
Hex DC 69 97 0 34 1F E 150 3E 40
Octal 334 151 227 0 64 37 16 520 76 100
Binary 11011100 1101001 10010111 0 110100 11111 1110 101010000 111110 1000000

Color Harmonies of #DC6997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6997

Black with #DC6997

Text Example


Text Example

White with #DC6997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6997; }

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

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

background-color css

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

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

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

border-color css

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

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

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