Html Css Color HEX #D66290 Hopbush

📋 copy color: '#D66290'

red 214 ◦ green 98 ◦ blue 144

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

Shades of Hopbush #D66290

Tints of Hopbush #D66290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.58%

R = 46.93%
G = 21.49%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D66290 (or 0xD66290) is known color: Hopbush. HEX triplet: D6, 62 and 90. RGB value is (214,98,144). Sum of RGB (Red+Green+Blue) = 214+98+144=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D66290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66290 is #299D6F. Grayscale: #898989. Windows color (decimal): -2727280 or 9462486. OLE color: 9462486.

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

Color convert

RGB 214 98 144 -
CMYK 0 0.54 0.33 0.16
HSL 336.21º 0.59% 0.61% -
HSV(B) 336.21º 0.54% 0.84% -
XYZ 37.13 25.05 29.26 -
YUV 137.93 131.43 182.26 -
System Red Green Blue C M Y K H S L
Decimal 214 98 144 0 0.54 0.33 0.16 336.21 0.59 0.61
Hex D6 62 90 0 36 21 10 150 3B 3D
Octal 326 142 220 0 66 41 20 520 73 75
Binary 11010110 1100010 10010000 0 110110 100001 10000 101010000 111011 111101

Color Harmonies of #D66290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66290

Black with #D66290

Text Example


Text Example

White with #D66290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66290; }

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

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

background-color css

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

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

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

border-color css

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

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

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