Html Css Color HEX #D65F9F Hopbush

📋 copy color: '#D65F9F'

red 214 ◦ green 95 ◦ blue 159

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

Shades of Hopbush #D65F9F

Tints of Hopbush #D65F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.97%

R = 45.73%
G = 20.3%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D65F9F (or 0xD65F9F) is known color: Hopbush. HEX triplet: D6, 5F and 9F. RGB value is (214,95,159). Sum of RGB (Red+Green+Blue) = 214+95+159=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F9F is #29A060. Grayscale: #898989. Windows color (decimal): -2728033 or 10444758. OLE color: 10444758.

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

Color convert

RGB 214 95 159 -
CMYK 0 0.56 0.26 0.16
HSL 327.73º 0.59% 0.61% -
HSV(B) 327.73º 0.56% 0.84% -
XYZ 38.08 24.98 35.62 -
YUV 137.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 214 95 159 0 0.56 0.26 0.16 327.73 0.59 0.61
Hex D6 5F 9F 0 38 1A 10 148 3B 3D
Octal 326 137 237 0 70 32 20 510 73 75
Binary 11010110 1011111 10011111 0 111000 11010 10000 101001000 111011 111101

Color Harmonies of #D65F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F9F

Black with #D65F9F

Text Example


Text Example

White with #D65F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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