Html Css Color HEX #D7698B Pale Violet Red

📋 copy color: '#D7698B'

red 215 ◦ green 105 ◦ blue 139

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

Shades of Pale Violet Red #D7698B

Tints of Pale Violet Red #D7698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 46.84%
G = 22.88%
B = 30.28%

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

#D7698B (or 0xD7698B) is known color: Pale Violet Red. HEX triplet: D7, 69 and 8B. RGB value is (215,105,139). Sum of RGB (Red+Green+Blue) = 215+105+139=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7698B is #289674. Grayscale: #8D8D8D. Windows color (decimal): -2659957 or 9136599. OLE color: 9136599.

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

Color convert

RGB 215 105 139 -
CMYK 0 0.51 0.35 0.16
HSL 341.45º 0.58% 0.63% -
HSV(B) 341.45º 0.51% 0.84% -
XYZ 37.74 26.41 27.54 -
YUV 141.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 215 105 139 0 0.51 0.35 0.16 341.45 0.58 0.63
Hex D7 69 8B 0 33 23 10 155 3A 3F
Octal 327 151 213 0 63 43 20 525 72 77
Binary 11010111 1101001 10001011 0 110011 100011 10000 101010101 111010 111111

Color Harmonies of #D7698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7698B

Black with #D7698B

Text Example


Text Example

White with #D7698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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