Html Css Color HEX #DC7A93 Pale Violet Red

📋 copy color: '#DC7A93'

red 220 ◦ green 122 ◦ blue 147

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

Shades of Pale Violet Red #DC7A93

Tints of Pale Violet Red #DC7A93

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.95%

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 44.99%
G = 24.95%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC7A93 (or 0xDC7A93) is known color: Pale Violet Red. HEX triplet: DC, 7A and 93. RGB value is (220,122,147). Sum of RGB (Red+Green+Blue) = 220+122+147=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A93 is #23856C. Grayscale: #9A9A9A. Windows color (decimal): -2327917 or 9665244. OLE color: 9665244.

HSL color Cylindrical-coordinate representation of color #DC7A93: hue angle of 344.69º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7A93 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 122 147 -
CMYK 0 0.45 0.33 0.14
HSL 344.69º 0.58% 0.67% -
HSV(B) 344.69º 0.45% 0.86% -
XYZ 41.74 31.24 31.43 -
YUV 154.15 123.97 174.97 -
System Red Green Blue C M Y K H S L
Decimal 220 122 147 0 0.45 0.33 0.14 344.69 0.58 0.67
Hex DC 7A 93 0 2D 21 E 159 3A 43
Octal 334 172 223 0 55 41 16 531 72 103
Binary 11011100 1111010 10010011 0 101101 100001 1110 101011001 111010 1000011

Color Harmonies of #DC7A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A93

Black with #DC7A93

Text Example


Text Example

White with #DC7A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A93; }

 p { color: rgb(220,122,147); }

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

background-color css

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

 a { background-color: rgb(220,122,147); }

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

border-color css

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

 span { border-color: rgb(220,122,147); }

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