Html Css Color HEX #D76994 Pale Violet Red

📋 copy color: '#D76994'

red 215 ◦ green 105 ◦ blue 148

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

Shades of Pale Violet Red #D76994

Tints of Pale Violet Red #D76994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.62%

R = 45.94%
G = 22.44%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D76994 (or 0xD76994) is known color: Pale Violet Red. HEX triplet: D7, 69 and 94. RGB value is (215,105,148). Sum of RGB (Red+Green+Blue) = 215+105+148=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D76994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76994 is #28966B. Grayscale: #8E8E8E. Windows color (decimal): -2659948 or 9726423. OLE color: 9726423.

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

Color convert

RGB 215 105 148 -
CMYK 0 0.51 0.31 0.16
HSL 336.55º 0.58% 0.63% -
HSV(B) 336.55º 0.51% 0.84% -
XYZ 38.42 26.69 31.14 -
YUV 142.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 215 105 148 0 0.51 0.31 0.16 336.55 0.58 0.63
Hex D7 69 94 0 33 1F 10 151 3A 3F
Octal 327 151 224 0 63 37 20 521 72 77
Binary 11010111 1101001 10010100 0 110011 11111 10000 101010001 111010 111111

Color Harmonies of #D76994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76994

Black with #D76994

Text Example


Text Example

White with #D76994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76994; }

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

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

background-color css

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

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

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

border-color css

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

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

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