Html Css Color HEX #D66393 Hopbush

📋 copy color: '#D66393'

red 214 ◦ green 99 ◦ blue 147

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

Shades of Hopbush #D66393

Tints of Hopbush #D66393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.96%

R = 46.52%
G = 21.52%
B = 31.96%

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

#D66393 (or 0xD66393) is known color: Hopbush. HEX triplet: D6, 63 and 93. RGB value is (214,99,147). Sum of RGB (Red+Green+Blue) = 214+99+147=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D66393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66393 is #299C6C. Grayscale: #8A8A8A. Windows color (decimal): -2727021 or 9659350. OLE color: 9659350.

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

Color convert

RGB 214 99 147 -
CMYK 0 0.54 0.31 0.16
HSL 334.96º 0.58% 0.61% -
HSV(B) 334.96º 0.54% 0.84% -
XYZ 37.46 25.33 30.52 -
YUV 138.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 214 99 147 0 0.54 0.31 0.16 334.96 0.58 0.61
Hex D6 63 93 0 36 1F 10 14F 3A 3D
Octal 326 143 223 0 66 37 20 517 72 75
Binary 11010110 1100011 10010011 0 110110 11111 10000 101001111 111010 111101

Color Harmonies of #D66393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66393

Black with #D66393

Text Example


Text Example

White with #D66393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66393; }

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

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

background-color css

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

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

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

border-color css

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

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

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