Html Css Color HEX #D7688F Pale Violet Red

📋 copy color: '#D7688F'

red 215 ◦ green 104 ◦ blue 143

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

Shades of Pale Violet Red #D7688F

Tints of Pale Violet Red #D7688F

RGB

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

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

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

R = 46.54%
G = 22.51%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7688F (or 0xD7688F) is known color: Pale Violet Red. HEX triplet: D7, 68 and 8F. RGB value is (215,104,143). Sum of RGB (Red+Green+Blue) = 215+104+143=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D7688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7688F is #289770. Grayscale: #8D8D8D. Windows color (decimal): -2660209 or 9398487. OLE color: 9398487.

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

Color convert

RGB 215 104 143 -
CMYK 0 0.52 0.33 0.16
HSL 338.92º 0.58% 0.63% -
HSV(B) 338.92º 0.52% 0.84% -
XYZ 37.93 26.33 29.07 -
YUV 141.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 215 104 143 0 0.52 0.33 0.16 338.92 0.58 0.63
Hex D7 68 8F 0 34 21 10 153 3A 3F
Octal 327 150 217 0 64 41 20 523 72 77
Binary 11010111 1101000 10001111 0 110100 100001 10000 101010011 111010 111111

Color Harmonies of #D7688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7688F

Black with #D7688F

Text Example


Text Example

White with #D7688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7688F; }

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

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

background-color css

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

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

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

border-color css

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

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

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