Html Css Color HEX #DC739A Pale Violet Red

📋 copy color: '#DC739A'

red 220 ◦ green 115 ◦ blue 154

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

Shades of Pale Violet Red #DC739A

Tints of Pale Violet Red #DC739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.52%

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

R = 44.99%
G = 23.52%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC739A (or 0xDC739A) is known color: Pale Violet Red. HEX triplet: DC, 73 and 9A. RGB value is (220,115,154). Sum of RGB (Red+Green+Blue) = 220+115+154=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC739A is #238C65. Grayscale: #969696. Windows color (decimal): -2329702 or 10122204. OLE color: 10122204.

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

Color convert

RGB 220 115 154 -
CMYK 0 0.48 0.3 0.14
HSL 337.71º 0.6% 0.66% -
HSV(B) 337.71º 0.48% 0.86% -
XYZ 41.48 29.81 34.14 -
YUV 150.84 129.79 177.33 -
System Red Green Blue C M Y K H S L
Decimal 220 115 154 0 0.48 0.3 0.14 337.71 0.6 0.66
Hex DC 73 9A 0 30 1E E 152 3C 42
Octal 334 163 232 0 60 36 16 522 74 102
Binary 11011100 1110011 10011010 0 110000 11110 1110 101010010 111100 1000010

Color Harmonies of #DC739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC739A

Black with #DC739A

Text Example


Text Example

White with #DC739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC739A; }

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

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

background-color css

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

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

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

border-color css

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

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

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