Html Css Color HEX #D6688C Pale Violet Red

📋 copy color: '#D6688C'

red 214 ◦ green 104 ◦ blue 140

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

Shades of Pale Violet Red #D6688C

Tints of Pale Violet Red #D6688C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 46.72%
G = 22.71%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6688C (or 0xD6688C) is known color: Pale Violet Red. HEX triplet: D6, 68 and 8C. RGB value is (214,104,140). Sum of RGB (Red+Green+Blue) = 214+104+140=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6688C is #299773. Grayscale: #8C8C8C. Windows color (decimal): -2725748 or 9201878. OLE color: 9201878.

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

Color convert

RGB 214 104 140 -
CMYK 0 0.51 0.35 0.16
HSL 340.36º 0.57% 0.62% -
HSV(B) 340.36º 0.51% 0.84% -
XYZ 37.42 26.09 27.87 -
YUV 140.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 214 104 140 0 0.51 0.35 0.16 340.36 0.57 0.62
Hex D6 68 8C 0 33 23 10 154 39 3E
Octal 326 150 214 0 63 43 20 524 71 76
Binary 11010110 1101000 10001100 0 110011 100011 10000 101010100 111001 111110

Color Harmonies of #D6688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6688C

Black with #D6688C

Text Example


Text Example

White with #D6688C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6688C; }

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

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

background-color css

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

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

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

border-color css

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

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

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