Html Css Color HEX #D65992 Hopbush

📋 copy color: '#D65992'

red 214 ◦ green 89 ◦ blue 146

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

Shades of Hopbush #D65992

Tints of Hopbush #D65992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 47.66%
G = 19.82%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D65992 (or 0xD65992) is known color: Hopbush. HEX triplet: D6, 59 and 92. RGB value is (214,89,146). Sum of RGB (Red+Green+Blue) = 214+89+146=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D65992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65992 is #29A66D. Grayscale: #848484. Windows color (decimal): -2729582 or 9591254. OLE color: 9591254.

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

Color convert

RGB 214 89 146 -
CMYK 0 0.58 0.32 0.16
HSL 332.64º 0.6% 0.59% -
HSV(B) 332.64º 0.58% 0.84% -
XYZ 36.49 23.52 29.81 -
YUV 132.87 135.41 185.87 -
System Red Green Blue C M Y K H S L
Decimal 214 89 146 0 0.58 0.32 0.16 332.64 0.6 0.59
Hex D6 59 92 0 3A 20 10 14D 3C 3B
Octal 326 131 222 0 72 40 20 515 74 73
Binary 11010110 1011001 10010010 0 111010 100000 10000 101001101 111100 111011

Color Harmonies of #D65992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65992

Black with #D65992

Text Example


Text Example

White with #D65992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65992; }

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

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

background-color css

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

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

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

border-color css

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

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

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