Html Css Color HEX #DC728F Pale Violet Red

📋 copy color: '#DC728F'

red 220 ◦ green 114 ◦ blue 143

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

Shades of Pale Violet Red #DC728F

Tints of Pale Violet Red #DC728F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

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

R = 46.12%
G = 23.9%
B = 29.98%

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

#DC728F (or 0xDC728F) is known color: Pale Violet Red. HEX triplet: DC, 72 and 8F. RGB value is (220,114,143). Sum of RGB (Red+Green+Blue) = 220+114+143=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC728F is #238D70. Grayscale: #949494. Windows color (decimal): -2329969 or 9401052. OLE color: 9401052.

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

Color convert

RGB 220 114 143 -
CMYK 0 0.48 0.35 0.14
HSL 343.58º 0.6% 0.65% -
HSV(B) 343.58º 0.48% 0.86% -
XYZ 40.49 29.23 29.5 -
YUV 149 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 220 114 143 0 0.48 0.35 0.14 343.58 0.6 0.65
Hex DC 72 8F 0 30 23 E 158 3C 41
Octal 334 162 217 0 60 43 16 530 74 101
Binary 11011100 1110010 10001111 0 110000 100011 1110 101011000 111100 1000001

Color Harmonies of #DC728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC728F

Black with #DC728F

Text Example


Text Example

White with #DC728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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