Html Css Color HEX #D35D90 Hopbush

📋 copy color: '#D35D90'

red 211 ◦ green 93 ◦ blue 144

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

Shades of Hopbush #D35D90

Tints of Hopbush #D35D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

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

R = 47.1%
G = 20.76%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D35D90 (or 0xD35D90) is known color: Hopbush. HEX triplet: D3, 5D and 90. RGB value is (211,93,144). Sum of RGB (Red+Green+Blue) = 211+93+144=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35D90 is #2CA26F. Grayscale: #868686. Windows color (decimal): -2925168 or 9461203. OLE color: 9461203.

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

Color convert

RGB 211 93 144 -
CMYK 0 0.56 0.32 0.17
HSL 334.07º 0.57% 0.6% -
HSV(B) 334.07º 0.56% 0.83% -
XYZ 35.81 23.69 29.07 -
YUV 134.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 211 93 144 0 0.56 0.32 0.17 334.07 0.57 0.6
Hex D3 5D 90 0 38 20 11 14E 39 3C
Octal 323 135 220 0 70 40 21 516 71 74
Binary 11010011 1011101 10010000 0 111000 100000 10001 101001110 111001 111100

Color Harmonies of #D35D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35D90

Black with #D35D90

Text Example


Text Example

White with #D35D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35D90; }

 p { color: rgb(211,93,144); }

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

background-color css

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

 a { background-color: rgb(211,93,144); }

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

border-color css

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

 span { border-color: rgb(211,93,144); }

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