Html Css Color HEX #D65996 Hopbush

📋 copy color: '#D65996'

red 214 ◦ green 89 ◦ blue 150

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

Shades of Hopbush #D65996

Tints of Hopbush #D65996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.65%

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 47.24%
G = 19.65%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D65996 (or 0xD65996) is known color: Hopbush. HEX triplet: D6, 59 and 96. RGB value is (214,89,150). Sum of RGB (Red+Green+Blue) = 214+89+150=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D65996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65996 is #29A669. Grayscale: #858585. Windows color (decimal): -2729578 or 9853398. OLE color: 9853398.

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

Color convert

RGB 214 89 150 -
CMYK 0 0.58 0.30 0.16
HSL 330.72º 0.6% 0.59% -
HSV(B) 330.72º 0.58% 0.84% -
XYZ 36.81 23.64 31.48 -
YUV 133.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 214 89 150 0 0.58 0.30 0.16 330.72 0.6 0.59
Hex D6 59 96 0 3A 1E 10 14B 3C 3B
Octal 326 131 226 0 72 36 20 513 74 73
Binary 11010110 1011001 10010110 0 111010 11110 10000 101001011 111100 111011

Color Harmonies of #D65996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65996

Black with #D65996

Text Example


Text Example

White with #D65996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65996; }

 p { color: rgb(214,89,150); }

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

background-color css

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

 a { background-color: rgb(214,89,150); }

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

border-color css

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

 span { border-color: rgb(214,89,150); }

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