Html Css Color HEX #DC688E Pale Violet Red

📋 copy color: '#DC688E'

red 220 ◦ green 104 ◦ blue 142

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

Shades of Pale Violet Red #DC688E

Tints of Pale Violet Red #DC688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.32%

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

R = 47.21%
G = 22.32%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC688E (or 0xDC688E) is known color: Pale Violet Red. HEX triplet: DC, 68 and 8E. RGB value is (220,104,142). Sum of RGB (Red+Green+Blue) = 220+104+142=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC688E is #239771. Grayscale: #8E8E8E. Windows color (decimal): -2332530 or 9332956. OLE color: 9332956.

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

Color convert

RGB 220 104 142 -
CMYK 0 0.53 0.35 0.14
HSL 340.34º 0.62% 0.64% -
HSV(B) 340.34º 0.53% 0.86% -
XYZ 39.35 27.07 28.74 -
YUV 143.02 127.43 182.91 -
System Red Green Blue C M Y K H S L
Decimal 220 104 142 0 0.53 0.35 0.14 340.34 0.62 0.64
Hex DC 68 8E 0 35 23 E 154 3E 40
Octal 334 150 216 0 65 43 16 524 76 100
Binary 11011100 1101000 10001110 0 110101 100011 1110 101010100 111110 1000000

Color Harmonies of #DC688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC688E

Black with #DC688E

Text Example


Text Example

White with #DC688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC688E; }

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

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

background-color css

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

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

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

border-color css

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

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

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