Html Css Color HEX #DC749C Pale Violet Red

📋 copy color: '#DC749C'

red 220 ◦ green 116 ◦ blue 156

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

Shades of Pale Violet Red #DC749C

Tints of Pale Violet Red #DC749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.71%

R = 44.72%
G = 23.58%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC749C (or 0xDC749C) is known color: Pale Violet Red. HEX triplet: DC, 74 and 9C. RGB value is (220,116,156). Sum of RGB (Red+Green+Blue) = 220+116+156=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC749C is #238B63. Grayscale: #979797. Windows color (decimal): -2329444 or 10253532. OLE color: 10253532.

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

Color convert

RGB 220 116 156 -
CMYK 0 0.47 0.29 0.14
HSL 336.92º 0.6% 0.66% -
HSV(B) 336.92º 0.47% 0.86% -
XYZ 41.76 30.11 35.06 -
YUV 151.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 220 116 156 0 0.47 0.29 0.14 336.92 0.6 0.66
Hex DC 74 9C 0 2F 1D E 151 3C 42
Octal 334 164 234 0 57 35 16 521 74 102
Binary 11011100 1110100 10011100 0 101111 11101 1110 101010001 111100 1000010

Color Harmonies of #DC749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC749C

Black with #DC749C

Text Example


Text Example

White with #DC749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC749C; }

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

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

background-color css

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

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

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

border-color css

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

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

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