Html Css Color HEX #D65F90 Hopbush

📋 copy color: '#D65F90'

red 214 ◦ green 95 ◦ blue 144

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

Shades of Hopbush #D65F90

Tints of Hopbush #D65F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.79%

R = 47.24%
G = 20.97%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D65F90 (or 0xD65F90) is known color: Hopbush. HEX triplet: D6, 5F and 90. RGB value is (214,95,144). Sum of RGB (Red+Green+Blue) = 214+95+144=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F90 is #29A06F. Grayscale: #888888. Windows color (decimal): -2728048 or 9461718. OLE color: 9461718.

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

Color convert

RGB 214 95 144 -
CMYK 0 0.56 0.33 0.16
HSL 335.29º 0.59% 0.61% -
HSV(B) 335.29º 0.56% 0.84% -
XYZ 36.86 24.49 29.17 -
YUV 136.17 132.42 183.52 -
System Red Green Blue C M Y K H S L
Decimal 214 95 144 0 0.56 0.33 0.16 335.29 0.59 0.61
Hex D6 5F 90 0 38 21 10 14F 3B 3D
Octal 326 137 220 0 70 41 20 517 73 75
Binary 11010110 1011111 10010000 0 111000 100001 10000 101001111 111011 111101

Color Harmonies of #D65F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F90

Black with #D65F90

Text Example


Text Example

White with #D65F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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