Html Css Color HEX #DC738F Pale Violet Red

📋 copy color: '#DC738F'

red 220 ◦ green 115 ◦ blue 143

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

Shades of Pale Violet Red #DC738F

Tints of Pale Violet Red #DC738F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.92%

R = 46.03%
G = 24.06%
B = 29.92%

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

#DC738F (or 0xDC738F) is known color: Pale Violet Red. HEX triplet: DC, 73 and 8F. RGB value is (220,115,143). Sum of RGB (Red+Green+Blue) = 220+115+143=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC738F is #238C70. Grayscale: #959595. Windows color (decimal): -2329713 or 9401308. OLE color: 9401308.

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

Color convert

RGB 220 115 143 -
CMYK 0 0.48 0.35 0.14
HSL 344º 0.6% 0.66% -
HSV(B) 344º 0.48% 0.86% -
XYZ 40.6 29.46 29.53 -
YUV 149.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 220 115 143 0 0.48 0.35 0.14 344 0.6 0.66
Hex DC 73 8F 0 30 23 E 158 3C 42
Octal 334 163 217 0 60 43 16 530 74 102
Binary 11011100 1110011 10001111 0 110000 100011 1110 101011000 111100 1000010

Color Harmonies of #DC738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC738F

Black with #DC738F

Text Example


Text Example

White with #DC738F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC738F; }

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

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

background-color css

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

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

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

border-color css

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

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

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