Html Css Color HEX #D76990 Pale Violet Red

📋 copy color: '#D76990'

red 215 ◦ green 105 ◦ blue 144

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

Shades of Pale Violet Red #D76990

Tints of Pale Violet Red #D76990

RGB

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

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

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

R = 46.34%
G = 22.63%
B = 31.03%

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

#D76990 (or 0xD76990) is known color: Pale Violet Red. HEX triplet: D7, 69 and 90. RGB value is (215,105,144). Sum of RGB (Red+Green+Blue) = 215+105+144=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D76990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76990 is #28966F. Grayscale: #8E8E8E. Windows color (decimal): -2659952 or 9464279. OLE color: 9464279.

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

Color convert

RGB 215 105 144 -
CMYK 0 0.51 0.33 0.16
HSL 338.73º 0.58% 0.63% -
HSV(B) 338.73º 0.51% 0.84% -
XYZ 38.11 26.56 29.5 -
YUV 142.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 215 105 144 0 0.51 0.33 0.16 338.73 0.58 0.63
Hex D7 69 90 0 33 21 10 153 3A 3F
Octal 327 151 220 0 63 41 20 523 72 77
Binary 11010111 1101001 10010000 0 110011 100001 10000 101010011 111010 111111

Color Harmonies of #D76990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76990

Black with #D76990

Text Example


Text Example

White with #D76990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76990; }

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

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

background-color css

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

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

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

border-color css

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

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

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