Html Css Color HEX #D76894 Pale Violet Red

📋 copy color: '#D76894'

red 215 ◦ green 104 ◦ blue 148

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

Shades of Pale Violet Red #D76894

Tints of Pale Violet Red #D76894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.27%

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

R = 46.04%
G = 22.27%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D76894 (or 0xD76894) is known color: Pale Violet Red. HEX triplet: D7, 68 and 94. RGB value is (215,104,148). Sum of RGB (Red+Green+Blue) = 215+104+148=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D76894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76894 is #28976B. Grayscale: #8E8E8E. Windows color (decimal): -2660204 or 9726167. OLE color: 9726167.

HSL color Cylindrical-coordinate representation of color #D76894: hue angle of 336.22º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76894 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 104 148 -
CMYK 0 0.52 0.31 0.16
HSL 336.22º 0.58% 0.63% -
HSV(B) 336.22º 0.52% 0.84% -
XYZ 38.32 26.49 31.11 -
YUV 142.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 215 104 148 0 0.52 0.31 0.16 336.22 0.58 0.63
Hex D7 68 94 0 34 1F 10 150 3A 3F
Octal 327 150 224 0 64 37 20 520 72 77
Binary 11010111 1101000 10010100 0 110100 11111 10000 101010000 111010 111111

Color Harmonies of #D76894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76894

Black with #D76894

Text Example


Text Example

White with #D76894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76894; }

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

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

background-color css

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

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

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

border-color css

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

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

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