Html Css Color HEX #D35E98 Hopbush

📋 copy color: '#D35E98'

red 211 ◦ green 94 ◦ blue 152

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

Shades of Hopbush #D35E98

Tints of Hopbush #D35E98

RGB

 RED value IS 211 (82.81% from 255) = 46.17%

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

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 46.17%
G = 20.57%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D35E98 (or 0xD35E98) is known color: Hopbush. HEX triplet: D3, 5E and 98. RGB value is (211,94,152). Sum of RGB (Red+Green+Blue) = 211+94+152=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35E98 is #2CA167. Grayscale: #878787. Windows color (decimal): -2924904 or 9985747. OLE color: 9985747.

HSL color Cylindrical-coordinate representation of color #D35E98: hue angle of 330.26º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35E98 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 94 152 -
CMYK 0 0.55 0.28 0.17
HSL 330.26º 0.57% 0.6% -
HSV(B) 330.26º 0.55% 0.83% -
XYZ 36.53 24.12 32.44 -
YUV 135.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 211 94 152 0 0.55 0.28 0.17 330.26 0.57 0.6
Hex D3 5E 98 0 37 1C 11 14A 39 3C
Octal 323 136 230 0 67 34 21 512 71 74
Binary 11010011 1011110 10011000 0 110111 11100 10001 101001010 111001 111100

Color Harmonies of #D35E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35E98

Black with #D35E98

Text Example


Text Example

White with #D35E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35E98; }

 p { color: rgb(211,94,152); }

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

background-color css

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

 a { background-color: rgb(211,94,152); }

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

border-color css

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

 span { border-color: rgb(211,94,152); }

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