Html Css Color HEX #D7769B Pale Violet Red

📋 copy color: '#D7769B'

red 215 ◦ green 118 ◦ blue 155

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

Shades of Pale Violet Red #D7769B

Tints of Pale Violet Red #D7769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.18%

 BLUE value IS 155 (60.94% from 255) = 31.76%

R = 44.06%
G = 24.18%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7769B (or 0xD7769B) is known color: Pale Violet Red. HEX triplet: D7, 76 and 9B. RGB value is (215,118,155). Sum of RGB (Red+Green+Blue) = 215+118+155=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7769B is #288964. Grayscale: #979797. Windows color (decimal): -2656613 or 10188503. OLE color: 10188503.

HSL color Cylindrical-coordinate representation of color #D7769B: hue angle of 337.11º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7769B is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 118 155 -
CMYK 0 0.45 0.28 0.16
HSL 337.11º 0.55% 0.65% -
HSV(B) 337.11º 0.45% 0.84% -
XYZ 40.42 29.77 34.63 -
YUV 151.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 215 118 155 0 0.45 0.28 0.16 337.11 0.55 0.65
Hex D7 76 9B 0 2D 1C 10 151 37 41
Octal 327 166 233 0 55 34 20 521 67 101
Binary 11010111 1110110 10011011 0 101101 11100 10000 101010001 110111 1000001

Color Harmonies of #D7769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7769B

Black with #D7769B

Text Example


Text Example

White with #D7769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7769B; }

 p { color: rgb(215,118,155); }

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

background-color css

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

 a { background-color: rgb(215,118,155); }

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

border-color css

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

 span { border-color: rgb(215,118,155); }

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