Html Css Color HEX #D66593 Hopbush

📋 copy color: '#D66593'

red 214 ◦ green 101 ◦ blue 147

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

Shades of Hopbush #D66593

Tints of Hopbush #D66593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.86%

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

R = 46.32%
G = 21.86%
B = 31.82%

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

#D66593 (or 0xD66593) is known color: Hopbush. HEX triplet: D6, 65 and 93. RGB value is (214,101,147). Sum of RGB (Red+Green+Blue) = 214+101+147=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D66593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66593 is #299A6C. Grayscale: #8B8B8B. Windows color (decimal): -2726509 or 9659862. OLE color: 9659862.

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

Color convert

RGB 214 101 147 -
CMYK 0 0.53 0.31 0.16
HSL 335.58º 0.58% 0.62% -
HSV(B) 335.58º 0.53% 0.84% -
XYZ 37.65 25.71 30.58 -
YUV 140.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 214 101 147 0 0.53 0.31 0.16 335.58 0.58 0.62
Hex D6 65 93 0 35 1F 10 150 3A 3E
Octal 326 145 223 0 65 37 20 520 72 76
Binary 11010110 1100101 10010011 0 110101 11111 10000 101010000 111010 111110

Color Harmonies of #D66593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66593

Black with #D66593

Text Example


Text Example

White with #D66593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66593; }

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

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

background-color css

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

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

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

border-color css

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

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

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