Html Css Color HEX #D35EAA Hopbush

📋 copy color: '#D35EAA'

red 211 ◦ green 94 ◦ blue 170

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

Shades of Hopbush #D35EAA

Tints of Hopbush #D35EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 44.42%
G = 19.79%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D35EAA (or 0xD35EAA) is known color: Hopbush. HEX triplet: D3, 5E and AA. RGB value is (211,94,170). Sum of RGB (Red+Green+Blue) = 211+94+170=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D35EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35EAA is #2CA155. Grayscale: #898989. Windows color (decimal): -2924886 or 11165395. OLE color: 11165395.

HSL color Cylindrical-coordinate representation of color #D35EAA: hue angle of 321.03º 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 #D35EAA is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 94 170 -
CMYK 0 0.55 0.19 0.17
HSL 321.03º 0.57% 0.6% -
HSV(B) 321.03º 0.55% 0.83% -
XYZ 38.12 24.76 40.8 -
YUV 137.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 211 94 170 0 0.55 0.19 0.17 321.03 0.57 0.6
Hex D3 5E AA 0 37 13 11 141 39 3C
Octal 323 136 252 0 67 23 21 501 71 74
Binary 11010011 1011110 10101010 0 110111 10011 10001 101000001 111001 111100

Color Harmonies of #D35EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35EAA

Black with #D35EAA

Text Example


Text Example

White with #D35EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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