Html Css Color HEX #DC748E Pale Violet Red

📋 copy color: '#DC748E'

red 220 ◦ green 116 ◦ blue 142

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

Shades of Pale Violet Red #DC748E

Tints of Pale Violet Red #DC748E

RGB

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

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

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

R = 46.03%
G = 24.27%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC748E (or 0xDC748E) is known color: Pale Violet Red. HEX triplet: DC, 74 and 8E. RGB value is (220,116,142). Sum of RGB (Red+Green+Blue) = 220+116+142=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC748E is #238B71. Grayscale: #969696. Windows color (decimal): -2329458 or 9336028. OLE color: 9336028.

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

Color convert

RGB 220 116 142 -
CMYK 0 0.47 0.35 0.14
HSL 345º 0.6% 0.66% -
HSV(B) 345º 0.47% 0.86% -
XYZ 40.64 29.66 29.17 -
YUV 150.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 220 116 142 0 0.47 0.35 0.14 345 0.6 0.66
Hex DC 74 8E 0 2F 23 E 159 3C 42
Octal 334 164 216 0 57 43 16 531 74 102
Binary 11011100 1110100 10001110 0 101111 100011 1110 101011001 111100 1000010

Color Harmonies of #DC748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC748E

Black with #DC748E

Text Example


Text Example

White with #DC748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC748E; }

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

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

background-color css

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

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

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

border-color css

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

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

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