Html Css Color HEX #DC6297 Pale Violet Red

📋 copy color: '#DC6297'

red 220 ◦ green 98 ◦ blue 151

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

Shades of Pale Violet Red #DC6297

Tints of Pale Violet Red #DC6297

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.9%

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

R = 46.91%
G = 20.9%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC6297 (or 0xDC6297) is known color: Pale Violet Red. HEX triplet: DC, 62 and 97. RGB value is (220,98,151). Sum of RGB (Red+Green+Blue) = 220+98+151=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6297 is #239D68. Grayscale: #8C8C8C. Windows color (decimal): -2334057 or 9921244. OLE color: 9921244.

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

Color convert

RGB 220 98 151 -
CMYK 0 0.55 0.31 0.14
HSL 333.93º 0.64% 0.62% -
HSV(B) 333.93º 0.55% 0.86% -
XYZ 39.47 26.19 32.25 -
YUV 140.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 220 98 151 0 0.55 0.31 0.14 333.93 0.64 0.62
Hex DC 62 97 0 37 1F E 14E 40 3E
Octal 334 142 227 0 67 37 16 516 100 76
Binary 11011100 1100010 10010111 0 110111 11111 1110 101001110 1000000 111110

Color Harmonies of #DC6297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6297

Black with #DC6297

Text Example


Text Example

White with #DC6297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6297; }

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

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

background-color css

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

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

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

border-color css

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

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

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