Html Css Color HEX #DC6897 Pale Violet Red

📋 copy color: '#DC6897'

red 220 ◦ green 104 ◦ blue 151

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

Shades of Pale Violet Red #DC6897

Tints of Pale Violet Red #DC6897

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.89%

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

R = 46.32%
G = 21.89%
B = 31.79%

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

#DC6897 (or 0xDC6897) is known color: Pale Violet Red. HEX triplet: DC, 68 and 97. RGB value is (220,104,151). Sum of RGB (Red+Green+Blue) = 220+104+151=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6897 is #239768. Grayscale: #8F8F8F. Windows color (decimal): -2332521 or 9922780. OLE color: 9922780.

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

Color convert

RGB 220 104 151 -
CMYK 0 0.53 0.31 0.14
HSL 335.69º 0.62% 0.64% -
HSV(B) 335.69º 0.53% 0.86% -
XYZ 40.05 27.35 32.45 -
YUV 144.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 220 104 151 0 0.53 0.31 0.14 335.69 0.62 0.64
Hex DC 68 97 0 35 1F E 150 3E 40
Octal 334 150 227 0 65 37 16 520 76 100
Binary 11011100 1101000 10010111 0 110101 11111 1110 101010000 111110 1000000

Color Harmonies of #DC6897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6897

Black with #DC6897

Text Example


Text Example

White with #DC6897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6897; }

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

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

background-color css

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

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

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

border-color css

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

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

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