Html Css Color HEX #D6649A Hopbush

📋 copy color: '#D6649A'

red 214 ◦ green 100 ◦ blue 154

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

Shades of Hopbush #D6649A

Tints of Hopbush #D6649A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.91%

R = 45.73%
G = 21.37%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6649A (or 0xD6649A) is known color: Hopbush. HEX triplet: D6, 64 and 9A. RGB value is (214,100,154). Sum of RGB (Red+Green+Blue) = 214+100+154=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6649A is #299B65. Grayscale: #8C8C8C. Windows color (decimal): -2726758 or 10118358. OLE color: 10118358.

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

Color convert

RGB 214 100 154 -
CMYK 0 0.53 0.28 0.16
HSL 331.58º 0.58% 0.62% -
HSV(B) 331.58º 0.53% 0.84% -
XYZ 38.12 25.74 33.53 -
YUV 140.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 214 100 154 0 0.53 0.28 0.16 331.58 0.58 0.62
Hex D6 64 9A 0 35 1C 10 14C 3A 3E
Octal 326 144 232 0 65 34 20 514 72 76
Binary 11010110 1100100 10011010 0 110101 11100 10000 101001100 111010 111110

Color Harmonies of #D6649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6649A

Black with #D6649A

Text Example


Text Example

White with #D6649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6649A; }

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

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

background-color css

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

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

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

border-color css

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

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

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