Html Css Color HEX #D65F89 Hopbush

📋 copy color: '#D65F89'

red 214 ◦ green 95 ◦ blue 137

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

Shades of Hopbush #D65F89

Tints of Hopbush #D65F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.3%

 BLUE value IS 137 (53.91% from 255) = 30.72%

R = 47.98%
G = 21.3%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D65F89 (or 0xD65F89) is known color: Hopbush. HEX triplet: D6, 5F and 89. RGB value is (214,95,137). Sum of RGB (Red+Green+Blue) = 214+95+137=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F89 is #29A076. Grayscale: #878787. Windows color (decimal): -2728055 or 9002966. OLE color: 9002966.

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

Color convert

RGB 214 95 137 -
CMYK 0 0.56 0.36 0.16
HSL 338.82º 0.59% 0.61% -
HSV(B) 338.82º 0.56% 0.84% -
XYZ 36.34 24.29 26.44 -
YUV 135.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 214 95 137 0 0.56 0.36 0.16 338.82 0.59 0.61
Hex D6 5F 89 0 38 24 10 153 3B 3D
Octal 326 137 211 0 70 44 20 523 73 75
Binary 11010110 1011111 10001001 0 111000 100100 10000 101010011 111011 111101

Color Harmonies of #D65F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F89

Black with #D65F89

Text Example


Text Example

White with #D65F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F89; }

 p { color: rgb(214,95,137); }

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

background-color css

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

 a { background-color: rgb(214,95,137); }

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

border-color css

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

 span { border-color: rgb(214,95,137); }

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