Html Css Color HEX #D76D90 Pale Violet Red

📋 copy color: '#D76D90'

red 215 ◦ green 109 ◦ blue 144

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

Shades of Pale Violet Red #D76D90

Tints of Pale Violet Red #D76D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.29%

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 45.94%
G = 23.29%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D76D90 (or 0xD76D90) is known color: Pale Violet Red. HEX triplet: D7, 6D and 90. RGB value is (215,109,144). Sum of RGB (Red+Green+Blue) = 215+109+144=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D90 is #28926F. Grayscale: #909090. Windows color (decimal): -2658928 or 9465303. OLE color: 9465303.

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

Color convert

RGB 215 109 144 -
CMYK 0 0.49 0.33 0.16
HSL 340.19º 0.57% 0.64% -
HSV(B) 340.19º 0.49% 0.84% -
XYZ 38.53 27.4 29.64 -
YUV 144.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 215 109 144 0 0.49 0.33 0.16 340.19 0.57 0.64
Hex D7 6D 90 0 31 21 10 154 39 40
Octal 327 155 220 0 61 41 20 524 71 100
Binary 11010111 1101101 10010000 0 110001 100001 10000 101010100 111001 1000000

Color Harmonies of #D76D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D90

Black with #D76D90

Text Example


Text Example

White with #D76D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D90; }

 p { color: rgb(215,109,144); }

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

background-color css

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

 a { background-color: rgb(215,109,144); }

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

border-color css

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

 span { border-color: rgb(215,109,144); }

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