Html Css Color HEX #D6688F Pale Violet Red

📋 copy color: '#D6688F'

red 214 ◦ green 104 ◦ blue 143

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

Shades of Pale Violet Red #D6688F

Tints of Pale Violet Red #D6688F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.02%

R = 46.42%
G = 22.56%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6688F (or 0xD6688F) is known color: Pale Violet Red. HEX triplet: D6, 68 and 8F. RGB value is (214,104,143). Sum of RGB (Red+Green+Blue) = 214+104+143=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6688F is #299770. Grayscale: #8D8D8D. Windows color (decimal): -2725745 or 9398486. OLE color: 9398486.

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

Color convert

RGB 214 104 143 -
CMYK 0 0.51 0.33 0.16
HSL 338.73º 0.57% 0.62% -
HSV(B) 338.73º 0.51% 0.84% -
XYZ 37.64 26.18 29.06 -
YUV 141.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 214 104 143 0 0.51 0.33 0.16 338.73 0.57 0.62
Hex D6 68 8F 0 33 21 10 153 39 3E
Octal 326 150 217 0 63 41 20 523 71 76
Binary 11010110 1101000 10001111 0 110011 100001 10000 101010011 111001 111110

Color Harmonies of #D6688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6688F

Black with #D6688F

Text Example


Text Example

White with #D6688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6688F; }

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

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

background-color css

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

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

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

border-color css

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

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

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