Html Css Color HEX #D66394 Hopbush

📋 copy color: '#D66394'

red 214 ◦ green 99 ◦ blue 148

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

Shades of Hopbush #D66394

Tints of Hopbush #D66394

RGB

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

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

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

R = 46.42%
G = 21.48%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D66394 (or 0xD66394) is known color: Hopbush. HEX triplet: D6, 63 and 94. RGB value is (214,99,148). Sum of RGB (Red+Green+Blue) = 214+99+148=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D66394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66394 is #299C6B. Grayscale: #8A8A8A. Windows color (decimal): -2727020 or 9724886. OLE color: 9724886.

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

Color convert

RGB 214 99 148 -
CMYK 0 0.54 0.31 0.16
HSL 334.43º 0.58% 0.61% -
HSV(B) 334.43º 0.54% 0.84% -
XYZ 37.54 25.36 30.93 -
YUV 138.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 214 99 148 0 0.54 0.31 0.16 334.43 0.58 0.61
Hex D6 63 94 0 36 1F 10 14E 3A 3D
Octal 326 143 224 0 66 37 20 516 72 75
Binary 11010110 1100011 10010100 0 110110 11111 10000 101001110 111010 111101

Color Harmonies of #D66394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66394

Black with #D66394

Text Example


Text Example

White with #D66394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66394; }

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

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

background-color css

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

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

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

border-color css

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

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

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