Html Css Color HEX #DC698E Pale Violet Red

📋 copy color: '#DC698E'

red 220 ◦ green 105 ◦ blue 142

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

Shades of Pale Violet Red #DC698E

Tints of Pale Violet Red #DC698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.48%

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

R = 47.11%
G = 22.48%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC698E (or 0xDC698E) is known color: Pale Violet Red. HEX triplet: DC, 69 and 8E. RGB value is (220,105,142). Sum of RGB (Red+Green+Blue) = 220+105+142=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC698E is #239671. Grayscale: #8F8F8F. Windows color (decimal): -2332274 or 9333212. OLE color: 9333212.

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

Color convert

RGB 220 105 142 -
CMYK 0 0.52 0.35 0.14
HSL 340.7º 0.62% 0.64% -
HSV(B) 340.7º 0.52% 0.86% -
XYZ 39.45 27.27 28.78 -
YUV 143.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 220 105 142 0 0.52 0.35 0.14 340.7 0.62 0.64
Hex DC 69 8E 0 34 23 E 155 3E 40
Octal 334 151 216 0 64 43 16 525 76 100
Binary 11011100 1101001 10001110 0 110100 100011 1110 101010101 111110 1000000

Color Harmonies of #DC698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC698E

Black with #DC698E

Text Example


Text Example

White with #DC698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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