Html Css Color HEX #DC738E Pale Violet Red

📋 copy color: '#DC738E'

red 220 ◦ green 115 ◦ blue 142

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

Shades of Pale Violet Red #DC738E

Tints of Pale Violet Red #DC738E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.77%

R = 46.12%
G = 24.11%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC738E (or 0xDC738E) is known color: Pale Violet Red. HEX triplet: DC, 73 and 8E. RGB value is (220,115,142). Sum of RGB (Red+Green+Blue) = 220+115+142=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC738E is #238C71. Grayscale: #959595. Windows color (decimal): -2329714 or 9335772. OLE color: 9335772.

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

Color convert

RGB 220 115 142 -
CMYK 0 0.48 0.35 0.14
HSL 344.57º 0.6% 0.66% -
HSV(B) 344.57º 0.48% 0.86% -
XYZ 40.53 29.43 29.14 -
YUV 149.47 123.79 178.3 -
System Red Green Blue C M Y K H S L
Decimal 220 115 142 0 0.48 0.35 0.14 344.57 0.6 0.66
Hex DC 73 8E 0 30 23 E 159 3C 42
Octal 334 163 216 0 60 43 16 531 74 102
Binary 11011100 1110011 10001110 0 110000 100011 1110 101011001 111100 1000010

Color Harmonies of #DC738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC738E

Black with #DC738E

Text Example


Text Example

White with #DC738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC738E; }

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

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

background-color css

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

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

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

border-color css

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

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

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