#DC698D

Color #DC698D Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC698D

Tints of Pale Violet Red #DC698D

Color information

#DC698D (or 0xDC698D) is unknown color: approx Pale Violet Red. HEX triplet: DC, 69 and 8D. RGB value is (220,105,141). Sum of RGB (Red+Green+Blue) = 220+105+141=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC698D is #239672. Grayscale: #8F8F8F. Windows color (decimal): -2332275 or 9267676. OLE color: 9267676.

HSL color Cylindrical-coordinate representation of color #DC698D: hue angle of 341.22º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC698D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220105141-
CMYK00.520.360.14
HSL341.22º62.16%63.73%-
HSV(B)341.22º52.27%86.27%-
XYZ39.3727.2428.38-
YUV143.49126.6182.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.21%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=47.21%
G=22.53%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010514100.520.360.14341.2262.1663.73
HexDC698D03424E1553e40
Octal334151215064441652576100
Binary11011100110100110001101011010010010011101010101011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC698D; }

 p { color: rgb(220,105,141); }

 H1.HeaderClassName
 {
   color: #DC698D;
 }
 .AnyTagClassName
 {
   color: #DC698D;
 }
</style>
background-color css

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

 a { background-color: rgb(220,105,141); }

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

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

 span { border-color: rgb(220,105,141); }

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