Html Css Color HEX #DC699D Pale Violet Red

📋 copy color: '#DC699D'

red 220 ◦ green 105 ◦ blue 157

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

Shades of Pale Violet Red #DC699D

Tints of Pale Violet Red #DC699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 45.64%
G = 21.78%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC699D (or 0xDC699D) is known color: Pale Violet Red. HEX triplet: DC, 69 and 9D. RGB value is (220,105,157). Sum of RGB (Red+Green+Blue) = 220+105+157=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC699D is #239662. Grayscale: #919191. Windows color (decimal): -2332259 or 10316252. OLE color: 10316252.

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

Color convert

RGB 220 105 157 -
CMYK 0 0.52 0.29 0.14
HSL 332.87º 0.62% 0.64% -
HSV(B) 332.87º 0.52% 0.86% -
XYZ 40.65 27.75 35.11 -
YUV 145.31 134.6 181.27 -
System Red Green Blue C M Y K H S L
Decimal 220 105 157 0 0.52 0.29 0.14 332.87 0.62 0.64
Hex DC 69 9D 0 34 1D E 14D 3E 40
Octal 334 151 235 0 64 35 16 515 76 100
Binary 11011100 1101001 10011101 0 110100 11101 1110 101001101 111110 1000000

Color Harmonies of #DC699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC699D

Black with #DC699D

Text Example


Text Example

White with #DC699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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