Html Css Color HEX #D35D8F Hopbush

📋 copy color: '#D35D8F'

red 211 ◦ green 93 ◦ blue 143

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

Shades of Hopbush #D35D8F

Tints of Hopbush #D35D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 47.2%
G = 20.81%
B = 31.99%

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

#D35D8F (or 0xD35D8F) is known color: Hopbush. HEX triplet: D3, 5D and 8F. RGB value is (211,93,143). Sum of RGB (Red+Green+Blue) = 211+93+143=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35D8F is #2CA270. Grayscale: #858585. Windows color (decimal): -2925169 or 9395667. OLE color: 9395667.

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

Color convert

RGB 211 93 143 -
CMYK 0 0.56 0.32 0.17
HSL 334.58º 0.57% 0.6% -
HSV(B) 334.58º 0.56% 0.83% -
XYZ 35.74 23.66 28.67 -
YUV 133.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 211 93 143 0 0.56 0.32 0.17 334.58 0.57 0.6
Hex D3 5D 8F 0 38 20 11 14F 39 3C
Octal 323 135 217 0 70 40 21 517 71 74
Binary 11010011 1011101 10001111 0 111000 100000 10001 101001111 111001 111100

Color Harmonies of #D35D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35D8F

Black with #D35D8F

Text Example


Text Example

White with #D35D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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