Html Css Color HEX #DC749E Pale Violet Red

📋 copy color: '#DC749E'

red 220 ◦ green 116 ◦ blue 158

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

Shades of Pale Violet Red #DC749E

Tints of Pale Violet Red #DC749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.48%

 BLUE value IS 158 (62.11% from 255) = 31.98%

R = 44.53%
G = 23.48%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC749E (or 0xDC749E) is known color: Pale Violet Red. HEX triplet: DC, 74 and 9E. RGB value is (220,116,158). Sum of RGB (Red+Green+Blue) = 220+116+158=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC749E is #238B61. Grayscale: #979797. Windows color (decimal): -2329442 or 10384604. OLE color: 10384604.

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

Color convert

RGB 220 116 158 -
CMYK 0 0.47 0.28 0.14
HSL 335.77º 0.6% 0.66% -
HSV(B) 335.77º 0.47% 0.86% -
XYZ 41.93 30.18 35.96 -
YUV 151.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 220 116 158 0 0.47 0.28 0.14 335.77 0.6 0.66
Hex DC 74 9E 0 2F 1C E 150 3C 42
Octal 334 164 236 0 57 34 16 520 74 102
Binary 11011100 1110100 10011110 0 101111 11100 1110 101010000 111100 1000010

Color Harmonies of #DC749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC749E

Black with #DC749E

Text Example


Text Example

White with #DC749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC749E; }

 p { color: rgb(220,116,158); }

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

background-color css

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

 a { background-color: rgb(220,116,158); }

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

border-color css

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

 span { border-color: rgb(220,116,158); }

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