Html Css Color HEX #D35D95 Hopbush

📋 copy color: '#D35D95'

red 211 ◦ green 93 ◦ blue 149

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

Shades of Hopbush #D35D95

Tints of Hopbush #D35D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.89%

R = 46.58%
G = 20.53%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D35D95 (or 0xD35D95) is known color: Hopbush. HEX triplet: D3, 5D and 95. RGB value is (211,93,149). Sum of RGB (Red+Green+Blue) = 211+93+149=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35D95 is #2CA26A. Grayscale: #868686. Windows color (decimal): -2925163 or 9788883. OLE color: 9788883.

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

Color convert

RGB 211 93 149 -
CMYK 0 0.56 0.29 0.17
HSL 331.53º 0.57% 0.6% -
HSV(B) 331.53º 0.56% 0.83% -
XYZ 36.2 23.85 31.13 -
YUV 134.67 136.09 182.45 -
System Red Green Blue C M Y K H S L
Decimal 211 93 149 0 0.56 0.29 0.17 331.53 0.57 0.6
Hex D3 5D 95 0 38 1D 11 14C 39 3C
Octal 323 135 225 0 70 35 21 514 71 74
Binary 11010011 1011101 10010101 0 111000 11101 10001 101001100 111001 111100

Color Harmonies of #D35D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35D95

Black with #D35D95

Text Example


Text Example

White with #D35D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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