Html Css Color HEX #D371B4 Hopbush

📋 copy color: '#D371B4'

red 211 ◦ green 113 ◦ blue 180

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

Shades of Hopbush #D371B4

Tints of Hopbush #D371B4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.42%

 BLUE value IS 180 (70.7% from 255) = 35.71%

R = 41.87%
G = 22.42%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D371B4 (or 0xD371B4) is known color: Hopbush. HEX triplet: D3, 71 and B4. RGB value is (211,113,180). Sum of RGB (Red+Green+Blue) = 211+113+180=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D371B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D371B4 is #2C8E4B. Grayscale: #959595. Windows color (decimal): -2920012 or 11825619. OLE color: 11825619.

HSL color Cylindrical-coordinate representation of color #D371B4: hue angle of 318.98º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D371B4 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 113 180 -
CMYK 0 0.46 0.15 0.17
HSL 318.98º 0.53% 0.64% -
HSV(B) 318.98º 0.46% 0.83% -
XYZ 41.01 28.95 46.61 -
YUV 149.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 211 113 180 0 0.46 0.15 0.17 318.98 0.53 0.64
Hex D3 71 B4 0 2E F 11 13F 35 40
Octal 323 161 264 0 56 17 21 477 65 100
Binary 11010011 1110001 10110100 0 101110 1111 10001 100111111 110101 1000000

Color Harmonies of #D371B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D371B4

Black with #D371B4

Text Example


Text Example

White with #D371B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D371B4; }

 p { color: rgb(211,113,180); }

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

background-color css

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

 a { background-color: rgb(211,113,180); }

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

border-color css

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

 span { border-color: rgb(211,113,180); }

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