Html Css Color HEX #DC7092 Pale Violet Red

📋 copy color: '#DC7092'

red 220 ◦ green 112 ◦ blue 146

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

Shades of Pale Violet Red #DC7092

Tints of Pale Violet Red #DC7092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

 BLUE value IS 146 (57.42% from 255) = 30.54%

R = 46.03%
G = 23.43%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC7092 (or 0xDC7092) is known color: Pale Violet Red. HEX triplet: DC, 70 and 92. RGB value is (220,112,146). Sum of RGB (Red+Green+Blue) = 220+112+146=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7092 is #238F6D. Grayscale: #949494. Windows color (decimal): -2330478 or 9597148. OLE color: 9597148.

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

Color convert

RGB 220 112 146 -
CMYK 0 0.49 0.34 0.14
HSL 341.11º 0.61% 0.65% -
HSV(B) 341.11º 0.49% 0.86% -
XYZ 40.5 28.88 30.63 -
YUV 148.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 220 112 146 0 0.49 0.34 0.14 341.11 0.61 0.65
Hex DC 70 92 0 31 22 E 155 3D 41
Octal 334 160 222 0 61 42 16 525 75 101
Binary 11011100 1110000 10010010 0 110001 100010 1110 101010101 111101 1000001

Color Harmonies of #DC7092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7092

Black with #DC7092

Text Example


Text Example

White with #DC7092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7092; }

 p { color: rgb(220,112,146); }

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

background-color css

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

 a { background-color: rgb(220,112,146); }

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

border-color css

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

 span { border-color: rgb(220,112,146); }

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