Html Css Color HEX #D66493 Hopbush

📋 copy color: '#D66493'

red 214 ◦ green 100 ◦ blue 147

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

Shades of Hopbush #D66493

Tints of Hopbush #D66493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

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

R = 46.42%
G = 21.69%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D66493 (or 0xD66493) is known color: Hopbush. HEX triplet: D6, 64 and 93. RGB value is (214,100,147). Sum of RGB (Red+Green+Blue) = 214+100+147=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D66493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66493 is #299B6C. Grayscale: #8B8B8B. Windows color (decimal): -2726765 or 9659606. OLE color: 9659606.

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

Color convert

RGB 214 100 147 -
CMYK 0 0.53 0.31 0.16
HSL 335.26º 0.58% 0.62% -
HSV(B) 335.26º 0.53% 0.84% -
XYZ 37.56 25.52 30.55 -
YUV 139.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 214 100 147 0 0.53 0.31 0.16 335.26 0.58 0.62
Hex D6 64 93 0 35 1F 10 14F 3A 3E
Octal 326 144 223 0 65 37 20 517 72 76
Binary 11010110 1100100 10010011 0 110101 11111 10000 101001111 111010 111110

Color Harmonies of #D66493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66493

Black with #D66493

Text Example


Text Example

White with #D66493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66493; }

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

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

background-color css

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

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

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

border-color css

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

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

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