Html Css Color HEX #DC7297 Pale Violet Red

📋 copy color: '#DC7297'

red 220 ◦ green 114 ◦ blue 151

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

Shades of Pale Violet Red #DC7297

Tints of Pale Violet Red #DC7297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.51%

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

R = 45.36%
G = 23.51%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC7297 (or 0xDC7297) is known color: Pale Violet Red. HEX triplet: DC, 72 and 97. RGB value is (220,114,151). Sum of RGB (Red+Green+Blue) = 220+114+151=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7297 is #238D68. Grayscale: #959595. Windows color (decimal): -2329961 or 9925340. OLE color: 9925340.

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

Color convert

RGB 220 114 151 -
CMYK 0 0.48 0.31 0.14
HSL 339.06º 0.6% 0.65% -
HSV(B) 339.06º 0.48% 0.86% -
XYZ 41.12 29.48 32.8 -
YUV 149.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 220 114 151 0 0.48 0.31 0.14 339.06 0.6 0.65
Hex DC 72 97 0 30 1F E 153 3C 41
Octal 334 162 227 0 60 37 16 523 74 101
Binary 11011100 1110010 10010111 0 110000 11111 1110 101010011 111100 1000001

Color Harmonies of #DC7297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7297

Black with #DC7297

Text Example


Text Example

White with #DC7297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7297; }

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

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

background-color css

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

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

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

border-color css

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

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

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