Html Css Color HEX #D66295 Hopbush

📋 copy color: '#D66295'

red 214 ◦ green 98 ◦ blue 149

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

Shades of Hopbush #D66295

Tints of Hopbush #D66295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.26%

 BLUE value IS 149 (58.59% from 255) = 32.32%

R = 46.42%
G = 21.26%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D66295 (or 0xD66295) is known color: Hopbush. HEX triplet: D6, 62 and 95. RGB value is (214,98,149). Sum of RGB (Red+Green+Blue) = 214+98+149=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D66295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66295 is #299D6A. Grayscale: #8A8A8A. Windows color (decimal): -2727275 or 9790166. OLE color: 9790166.

HSL color Cylindrical-coordinate representation of color #D66295: hue angle of 333.62º degrees, saturation: 0.59, 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 #D66295 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 98 149 -
CMYK 0 0.54 0.30 0.16
HSL 333.62º 0.59% 0.61% -
HSV(B) 333.62º 0.54% 0.84% -
XYZ 37.52 25.2 31.32 -
YUV 138.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 214 98 149 0 0.54 0.30 0.16 333.62 0.59 0.61
Hex D6 62 95 0 36 1E 10 14E 3B 3D
Octal 326 142 225 0 66 36 20 516 73 75
Binary 11010110 1100010 10010101 0 110110 11110 10000 101001110 111011 111101

Color Harmonies of #D66295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66295

Black with #D66295

Text Example


Text Example

White with #D66295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66295; }

 p { color: rgb(214,98,149); }

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

background-color css

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

 a { background-color: rgb(214,98,149); }

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

border-color css

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

 span { border-color: rgb(214,98,149); }

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