Html Css Color HEX #DC749A Pale Violet Red

📋 copy color: '#DC749A'

red 220 ◦ green 116 ◦ blue 154

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

Shades of Pale Violet Red #DC749A

Tints of Pale Violet Red #DC749A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 44.9%
G = 23.67%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC749A (or 0xDC749A) is known color: Pale Violet Red. HEX triplet: DC, 74 and 9A. RGB value is (220,116,154). Sum of RGB (Red+Green+Blue) = 220+116+154=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC749A is #238B65. Grayscale: #979797. Windows color (decimal): -2329446 or 10122460. OLE color: 10122460.

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

Color convert

RGB 220 116 154 -
CMYK 0 0.47 0.3 0.14
HSL 338.08º 0.6% 0.66% -
HSV(B) 338.08º 0.47% 0.86% -
XYZ 41.59 30.04 34.18 -
YUV 151.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 220 116 154 0 0.47 0.3 0.14 338.08 0.6 0.66
Hex DC 74 9A 0 2F 1E E 152 3C 42
Octal 334 164 232 0 57 36 16 522 74 102
Binary 11011100 1110100 10011010 0 101111 11110 1110 101010010 111100 1000010

Color Harmonies of #DC749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC749A

Black with #DC749A

Text Example


Text Example

White with #DC749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC749A; }

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

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

background-color css

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

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

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

border-color css

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

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

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