Html Css Color HEX #D7688E Pale Violet Red

📋 copy color: '#D7688E'

red 215 ◦ green 104 ◦ blue 142

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

Shades of Pale Violet Red #D7688E

Tints of Pale Violet Red #D7688E

RGB

 RED value IS 215 (84.38% from 255) = 46.64%

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

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

R = 46.64%
G = 22.56%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7688E (or 0xD7688E) is known color: Pale Violet Red. HEX triplet: D7, 68 and 8E. RGB value is (215,104,142). Sum of RGB (Red+Green+Blue) = 215+104+142=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7688E is #289771. Grayscale: #8D8D8D. Windows color (decimal): -2660210 or 9332951. OLE color: 9332951.

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

Color convert

RGB 215 104 142 -
CMYK 0 0.52 0.34 0.16
HSL 339.46º 0.58% 0.63% -
HSV(B) 339.46º 0.52% 0.84% -
XYZ 37.86 26.3 28.67 -
YUV 141.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 215 104 142 0 0.52 0.34 0.16 339.46 0.58 0.63
Hex D7 68 8E 0 34 22 10 153 3A 3F
Octal 327 150 216 0 64 42 20 523 72 77
Binary 11010111 1101000 10001110 0 110100 100010 10000 101010011 111010 111111

Color Harmonies of #D7688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7688E

Black with #D7688E

Text Example


Text Example

White with #D7688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7688E; }

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

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

background-color css

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

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

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

border-color css

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

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

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