Html Css Color HEX #D7698F Pale Violet Red

📋 copy color: '#D7698F'

red 215 ◦ green 105 ◦ blue 143

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

Shades of Pale Violet Red #D7698F

Tints of Pale Violet Red #D7698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

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

R = 46.44%
G = 22.68%
B = 30.89%

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

#D7698F (or 0xD7698F) is known color: Pale Violet Red. HEX triplet: D7, 69 and 8F. RGB value is (215,105,143). Sum of RGB (Red+Green+Blue) = 215+105+143=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D7698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7698F is #289670. Grayscale: #8E8E8E. Windows color (decimal): -2659953 or 9398743. OLE color: 9398743.

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

Color convert

RGB 215 105 143 -
CMYK 0 0.51 0.33 0.16
HSL 339.27º 0.58% 0.63% -
HSV(B) 339.27º 0.51% 0.84% -
XYZ 38.03 26.53 29.1 -
YUV 142.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 215 105 143 0 0.51 0.33 0.16 339.27 0.58 0.63
Hex D7 69 8F 0 33 21 10 153 3A 3F
Octal 327 151 217 0 63 41 20 523 72 77
Binary 11010111 1101001 10001111 0 110011 100001 10000 101010011 111010 111111

Color Harmonies of #D7698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7698F

Black with #D7698F

Text Example


Text Example

White with #D7698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7698F; }

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

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

background-color css

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

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

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

border-color css

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

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

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