Html Css Color HEX #D6688D Pale Violet Red

📋 copy color: '#D6688D'

red 214 ◦ green 104 ◦ blue 141

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

Shades of Pale Violet Red #D6688D

Tints of Pale Violet Red #D6688D

RGB

 RED value IS 214 (83.98% from 255) = 46.62%

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

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 46.62%
G = 22.66%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6688D (or 0xD6688D) is known color: Pale Violet Red. HEX triplet: D6, 68 and 8D. RGB value is (214,104,141). Sum of RGB (Red+Green+Blue) = 214+104+141=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6688D is #299772. Grayscale: #8D8D8D. Windows color (decimal): -2725747 or 9267414. OLE color: 9267414.

HSL color Cylindrical-coordinate representation of color #D6688D: hue angle of 339.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6688D is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 104 141 -
CMYK 0 0.51 0.34 0.16
HSL 339.82º 0.57% 0.62% -
HSV(B) 339.82º 0.51% 0.84% -
XYZ 37.49 26.12 28.27 -
YUV 141.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 214 104 141 0 0.51 0.34 0.16 339.82 0.57 0.62
Hex D6 68 8D 0 33 22 10 154 39 3E
Octal 326 150 215 0 63 42 20 524 71 76
Binary 11010110 1101000 10001101 0 110011 100010 10000 101010100 111001 111110

Color Harmonies of #D6688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6688D

Black with #D6688D

Text Example


Text Example

White with #D6688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6688D; }

 p { color: rgb(214,104,141); }

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

background-color css

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

 a { background-color: rgb(214,104,141); }

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

border-color css

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

 span { border-color: rgb(214,104,141); }

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