Html Css Color HEX #D76C90 Pale Violet Red

📋 copy color: '#D76C90'

red 215 ◦ green 108 ◦ blue 144

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

Shades of Pale Violet Red #D76C90

Tints of Pale Violet Red #D76C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.13%

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

R = 46.04%
G = 23.13%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D76C90 (or 0xD76C90) is known color: Pale Violet Red. HEX triplet: D7, 6C and 90. RGB value is (215,108,144). Sum of RGB (Red+Green+Blue) = 215+108+144=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C90 is #28936F. Grayscale: #909090. Windows color (decimal): -2659184 or 9465047. OLE color: 9465047.

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

Color convert

RGB 215 108 144 -
CMYK 0 0.50 0.33 0.16
HSL 339.81º 0.57% 0.63% -
HSV(B) 339.81º 0.5% 0.84% -
XYZ 38.42 27.19 29.61 -
YUV 144.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 215 108 144 0 0.50 0.33 0.16 339.81 0.57 0.63
Hex D7 6C 90 0 32 21 10 154 39 3F
Octal 327 154 220 0 62 41 20 524 71 77
Binary 11010111 1101100 10010000 0 110010 100001 10000 101010100 111001 111111

Color Harmonies of #D76C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C90

Black with #D76C90

Text Example


Text Example

White with #D76C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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