Html Css Color HEX #DC6296 Pale Violet Red

📋 copy color: '#DC6296'

red 220 ◦ green 98 ◦ blue 150

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

Shades of Pale Violet Red #DC6296

Tints of Pale Violet Red #DC6296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.05%

R = 47.01%
G = 20.94%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC6296 (or 0xDC6296) is known color: Pale Violet Red. HEX triplet: DC, 62 and 96. RGB value is (220,98,150). Sum of RGB (Red+Green+Blue) = 220+98+150=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6296 is #239D69. Grayscale: #8C8C8C. Windows color (decimal): -2334058 or 9855708. OLE color: 9855708.

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

Color convert

RGB 220 98 150 -
CMYK 0 0.55 0.32 0.14
HSL 334.43º 0.64% 0.62% -
HSV(B) 334.43º 0.55% 0.86% -
XYZ 39.39 26.15 31.83 -
YUV 140.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 220 98 150 0 0.55 0.32 0.14 334.43 0.64 0.62
Hex DC 62 96 0 37 20 E 14E 40 3E
Octal 334 142 226 0 67 40 16 516 100 76
Binary 11011100 1100010 10010110 0 110111 100000 1110 101001110 1000000 111110

Color Harmonies of #DC6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6296

Black with #DC6296

Text Example


Text Example

White with #DC6296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6296; }

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

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

background-color css

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

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

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

border-color css

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

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

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