Html Css Color HEX #DC788F Pale Violet Red

📋 copy color: '#DC788F'

red 220 ◦ green 120 ◦ blue 143

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

Shades of Pale Violet Red #DC788F

Tints of Pale Violet Red #DC788F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.84%

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

R = 45.55%
G = 24.84%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC788F (or 0xDC788F) is known color: Pale Violet Red. HEX triplet: DC, 78 and 8F. RGB value is (220,120,143). Sum of RGB (Red+Green+Blue) = 220+120+143=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC788F is #238770. Grayscale: #989898. Windows color (decimal): -2328433 or 9402588. OLE color: 9402588.

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

Color convert

RGB 220 120 143 -
CMYK 0 0.45 0.35 0.14
HSL 346.2º 0.59% 0.67% -
HSV(B) 346.2º 0.45% 0.86% -
XYZ 41.19 30.63 29.73 -
YUV 152.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 220 120 143 0 0.45 0.35 0.14 346.2 0.59 0.67
Hex DC 78 8F 0 2D 23 E 15A 3B 43
Octal 334 170 217 0 55 43 16 532 73 103
Binary 11011100 1111000 10001111 0 101101 100011 1110 101011010 111011 1000011

Color Harmonies of #DC788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC788F

Black with #DC788F

Text Example


Text Example

White with #DC788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC788F; }

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

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

background-color css

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

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

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

border-color css

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

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

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