Html Css Color HEX #D35D9B Hopbush

📋 copy color: '#D35D9B'

red 211 ◦ green 93 ◦ blue 155

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

Shades of Hopbush #D35D9B

Tints of Hopbush #D35D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.77%

R = 45.97%
G = 20.26%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D35D9B (or 0xD35D9B) is known color: Hopbush. HEX triplet: D3, 5D and 9B. RGB value is (211,93,155). Sum of RGB (Red+Green+Blue) = 211+93+155=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35D9B is #2CA264. Grayscale: #878787. Windows color (decimal): -2925157 or 10182099. OLE color: 10182099.

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

Color convert

RGB 211 93 155 -
CMYK 0 0.56 0.27 0.17
HSL 328.47º 0.57% 0.6% -
HSV(B) 328.47º 0.56% 0.83% -
XYZ 36.69 24.04 33.72 -
YUV 135.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 211 93 155 0 0.56 0.27 0.17 328.47 0.57 0.6
Hex D3 5D 9B 0 38 1B 11 148 39 3C
Octal 323 135 233 0 70 33 21 510 71 74
Binary 11010011 1011101 10011011 0 111000 11011 10001 101001000 111001 111100

Color Harmonies of #D35D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35D9B

Black with #D35D9B

Text Example


Text Example

White with #D35D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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