Html Css Color HEX #D66392 Hopbush

📋 copy color: '#D66392'

red 214 ◦ green 99 ◦ blue 146

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

Shades of Hopbush #D66392

Tints of Hopbush #D66392

RGB

 RED value IS 214 (83.98% from 255) = 46.62%

 GREEN value IS 99 (39.06% from 255) = 21.57%

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

R = 46.62%
G = 21.57%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D66392 (or 0xD66392) is known color: Hopbush. HEX triplet: D6, 63 and 92. RGB value is (214,99,146). Sum of RGB (Red+Green+Blue) = 214+99+146=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D66392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66392 is #299C6D. Grayscale: #8A8A8A. Windows color (decimal): -2727022 or 9593814. OLE color: 9593814.

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

Color convert

RGB 214 99 146 -
CMYK 0 0.54 0.32 0.16
HSL 335.48º 0.58% 0.61% -
HSV(B) 335.48º 0.54% 0.84% -
XYZ 37.38 25.3 30.11 -
YUV 138.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 214 99 146 0 0.54 0.32 0.16 335.48 0.58 0.61
Hex D6 63 92 0 36 20 10 14F 3A 3D
Octal 326 143 222 0 66 40 20 517 72 75
Binary 11010110 1100011 10010010 0 110110 100000 10000 101001111 111010 111101

Color Harmonies of #D66392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66392

Black with #D66392

Text Example


Text Example

White with #D66392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66392; }

 p { color: rgb(214,99,146); }

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

background-color css

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

 a { background-color: rgb(214,99,146); }

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

border-color css

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

 span { border-color: rgb(214,99,146); }

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