Html Css Color HEX #DC699B Pale Violet Red

📋 copy color: '#DC699B'

red 220 ◦ green 105 ◦ blue 155

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

Shades of Pale Violet Red #DC699B

Tints of Pale Violet Red #DC699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.29%

R = 45.83%
G = 21.88%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC699B (or 0xDC699B) is known color: Pale Violet Red. HEX triplet: DC, 69 and 9B. RGB value is (220,105,155). Sum of RGB (Red+Green+Blue) = 220+105+155=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC699B is #239664. Grayscale: #919191. Windows color (decimal): -2332261 or 10185180. OLE color: 10185180.

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

Color convert

RGB 220 105 155 -
CMYK 0 0.52 0.30 0.14
HSL 333.91º 0.62% 0.64% -
HSV(B) 333.91º 0.52% 0.86% -
XYZ 40.48 27.69 34.22 -
YUV 145.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 220 105 155 0 0.52 0.30 0.14 333.91 0.62 0.64
Hex DC 69 9B 0 34 1E E 14E 3E 40
Octal 334 151 233 0 64 36 16 516 76 100
Binary 11011100 1101001 10011011 0 110100 11110 1110 101001110 111110 1000000

Color Harmonies of #DC699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC699B

Black with #DC699B

Text Example


Text Example

White with #DC699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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