Html Css Color HEX #D76892 Pale Violet Red

📋 copy color: '#D76892'

red 215 ◦ green 104 ◦ blue 146

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

Shades of Pale Violet Red #D76892

Tints of Pale Violet Red #D76892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.4%

R = 46.24%
G = 22.37%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D76892 (or 0xD76892) is known color: Pale Violet Red. HEX triplet: D7, 68 and 92. RGB value is (215,104,146). Sum of RGB (Red+Green+Blue) = 215+104+146=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D76892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76892 is #28976D. Grayscale: #8D8D8D. Windows color (decimal): -2660206 or 9595095. OLE color: 9595095.

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

Color convert

RGB 215 104 146 -
CMYK 0 0.52 0.32 0.16
HSL 337.3º 0.58% 0.63% -
HSV(B) 337.3º 0.52% 0.84% -
XYZ 38.16 26.42 30.28 -
YUV 141.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 215 104 146 0 0.52 0.32 0.16 337.3 0.58 0.63
Hex D7 68 92 0 34 20 10 151 3A 3F
Octal 327 150 222 0 64 40 20 521 72 77
Binary 11010111 1101000 10010010 0 110100 100000 10000 101010001 111010 111111

Color Harmonies of #D76892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76892

Black with #D76892

Text Example


Text Example

White with #D76892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76892; }

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

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

background-color css

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

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

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

border-color css

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

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

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