Html Css Color HEX #DC6797 Pale Violet Red

📋 copy color: '#DC6797'

red 220 ◦ green 103 ◦ blue 151

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

Shades of Pale Violet Red #DC6797

Tints of Pale Violet Red #DC6797

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.73%

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

R = 46.41%
G = 21.73%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC6797 (or 0xDC6797) is known color: Pale Violet Red. HEX triplet: DC, 67 and 97. RGB value is (220,103,151). Sum of RGB (Red+Green+Blue) = 220+103+151=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6797 is #239868. Grayscale: #8F8F8F. Windows color (decimal): -2332777 or 9922524. OLE color: 9922524.

HSL color Cylindrical-coordinate representation of color #DC6797: hue angle of 335.38º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6797 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 103 151 -
CMYK 0 0.53 0.31 0.14
HSL 335.38º 0.63% 0.63% -
HSV(B) 335.38º 0.53% 0.86% -
XYZ 39.95 27.15 32.41 -
YUV 143.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 220 103 151 0 0.53 0.31 0.14 335.38 0.63 0.63
Hex DC 67 97 0 35 1F E 14F 3F 3F
Octal 334 147 227 0 65 37 16 517 77 77
Binary 11011100 1100111 10010111 0 110101 11111 1110 101001111 111111 111111

Color Harmonies of #DC6797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6797

Black with #DC6797

Text Example


Text Example

White with #DC6797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6797; }

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

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

background-color css

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

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

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

border-color css

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

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

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