Html Css Color HEX #DC6097 Pale Violet Red

📋 copy color: '#DC6097'

red 220 ◦ green 96 ◦ blue 151

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

Shades of Pale Violet Red #DC6097

Tints of Pale Violet Red #DC6097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.56%

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

R = 47.11%
G = 20.56%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC6097 (or 0xDC6097) is known color: Pale Violet Red. HEX triplet: DC, 60 and 97. RGB value is (220,96,151). Sum of RGB (Red+Green+Blue) = 220+96+151=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6097 is #239F68. Grayscale: #8B8B8B. Windows color (decimal): -2334569 or 9920732. OLE color: 9920732.

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

Color convert

RGB 220 96 151 -
CMYK 0 0.56 0.31 0.14
HSL 333.39º 0.64% 0.62% -
HSV(B) 333.39º 0.56% 0.86% -
XYZ 39.28 25.82 32.19 -
YUV 139.35 134.58 185.53 -
System Red Green Blue C M Y K H S L
Decimal 220 96 151 0 0.56 0.31 0.14 333.39 0.64 0.62
Hex DC 60 97 0 38 1F E 14D 40 3E
Octal 334 140 227 0 70 37 16 515 100 76
Binary 11011100 1100000 10010111 0 111000 11111 1110 101001101 1000000 111110

Color Harmonies of #DC6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6097

Black with #DC6097

Text Example


Text Example

White with #DC6097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6097; }

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

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

background-color css

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

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

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

border-color css

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

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

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