Html Css Color HEX #D76194 Hopbush

📋 copy color: '#D76194'

red 215 ◦ green 97 ◦ blue 148

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

Shades of Hopbush #D76194

Tints of Hopbush #D76194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.09%

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

R = 46.74%
G = 21.09%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D76194 (or 0xD76194) is known color: Hopbush. HEX triplet: D7, 61 and 94. RGB value is (215,97,148). Sum of RGB (Red+Green+Blue) = 215+97+148=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D76194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76194 is #289E6B. Grayscale: #8A8A8A. Windows color (decimal): -2661996 or 9724375. OLE color: 9724375.

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

Color convert

RGB 215 97 148 -
CMYK 0 0.55 0.31 0.16
HSL 334.07º 0.6% 0.61% -
HSV(B) 334.07º 0.55% 0.84% -
XYZ 37.64 25.13 30.88 -
YUV 138.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 215 97 148 0 0.55 0.31 0.16 334.07 0.6 0.61
Hex D7 61 94 0 37 1F 10 14E 3C 3D
Octal 327 141 224 0 67 37 20 516 74 75
Binary 11010111 1100001 10010100 0 110111 11111 10000 101001110 111100 111101

Color Harmonies of #D76194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76194

Black with #D76194

Text Example


Text Example

White with #D76194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76194; }

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

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

background-color css

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

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

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

border-color css

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

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

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