Html Css Color HEX #D15E8A Hopbush

📋 copy color: '#D15E8A'

red 209 ◦ green 94 ◦ blue 138

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

Shades of Hopbush #D15E8A

Tints of Hopbush #D15E8A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.32%

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 47.39%
G = 21.32%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D15E8A (or 0xD15E8A) is known color: Hopbush. HEX triplet: D1, 5E and 8A. RGB value is (209,94,138). Sum of RGB (Red+Green+Blue) = 209+94+138=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15E8A is #2EA175. Grayscale: #858585. Windows color (decimal): -3055990 or 9068241. OLE color: 9068241.

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

Color convert

RGB 209 94 138 -
CMYK 0 0.55 0.34 0.18
HSL 337.04º 0.56% 0.59% -
HSV(B) 337.04º 0.55% 0.82% -
XYZ 34.88 23.4 26.72 -
YUV 133.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 209 94 138 0 0.55 0.34 0.18 337.04 0.56 0.59
Hex D1 5E 8A 0 37 22 12 151 38 3B
Octal 321 136 212 0 67 42 22 521 70 73
Binary 11010001 1011110 10001010 0 110111 100010 10010 101010001 111000 111011

Color Harmonies of #D15E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15E8A

Black with #D15E8A

Text Example


Text Example

White with #D15E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15E8A; }

 p { color: rgb(209,94,138); }

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

background-color css

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

 a { background-color: rgb(209,94,138); }

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

border-color css

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

 span { border-color: rgb(209,94,138); }

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