Html Css Color HEX #D15F90 Hopbush

📋 copy color: '#D15F90'

red 209 ◦ green 95 ◦ blue 144

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

Shades of Hopbush #D15F90

Tints of Hopbush #D15F90

RGB

 RED value IS 209 (82.03% from 255) = 46.65%

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

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

R = 46.65%
G = 21.21%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D15F90 (or 0xD15F90) is known color: Hopbush. HEX triplet: D1, 5F and 90. RGB value is (209,95,144). Sum of RGB (Red+Green+Blue) = 209+95+144=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15F90 is #2EA06F. Grayscale: #868686. Windows color (decimal): -3055728 or 9461713. OLE color: 9461713.

HSL color Cylindrical-coordinate representation of color #D15F90: hue angle of 334.21º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F90 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 95 144 -
CMYK 0 0.55 0.31 0.18
HSL 334.21º 0.55% 0.6% -
HSV(B) 334.21º 0.55% 0.82% -
XYZ 35.42 23.75 29.1 -
YUV 134.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 209 95 144 0 0.55 0.31 0.18 334.21 0.55 0.6
Hex D1 5F 90 0 37 1F 12 14E 37 3C
Octal 321 137 220 0 67 37 22 516 67 74
Binary 11010001 1011111 10010000 0 110111 11111 10010 101001110 110111 111100

Color Harmonies of #D15F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F90

Black with #D15F90

Text Example


Text Example

White with #D15F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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