Html Css Color HEX #D76692 Pale Violet Red

📋 copy color: '#D76692'

red 215 ◦ green 102 ◦ blue 146

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

Shades of Pale Violet Red #D76692

Tints of Pale Violet Red #D76692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.03%

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

R = 46.44%
G = 22.03%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D76692 (or 0xD76692) is known color: Pale Violet Red. HEX triplet: D7, 66 and 92. RGB value is (215,102,146). Sum of RGB (Red+Green+Blue) = 215+102+146=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D76692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76692 is #28996D. Grayscale: #8C8C8C. Windows color (decimal): -2660718 or 9594583. OLE color: 9594583.

HSL color Cylindrical-coordinate representation of color #D76692: hue angle of 336.64º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76692 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 102 146 -
CMYK 0 0.53 0.32 0.16
HSL 336.64º 0.59% 0.62% -
HSV(B) 336.64º 0.53% 0.84% -
XYZ 37.96 26.03 30.22 -
YUV 140.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 215 102 146 0 0.53 0.32 0.16 336.64 0.59 0.62
Hex D7 66 92 0 35 20 10 151 3B 3E
Octal 327 146 222 0 65 40 20 521 73 76
Binary 11010111 1100110 10010010 0 110101 100000 10000 101010001 111011 111110

Color Harmonies of #D76692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76692

Black with #D76692

Text Example


Text Example

White with #D76692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76692; }

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

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

background-color css

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

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

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

border-color css

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

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

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