Html Css Color HEX #D374B0 Hopbush

📋 copy color: '#D374B0'

red 211 ◦ green 116 ◦ blue 176

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

Shades of Hopbush #D374B0

Tints of Hopbush #D374B0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.06%

 BLUE value IS 176 (69.14% from 255) = 34.99%

R = 41.95%
G = 23.06%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D374B0 (or 0xD374B0) is known color: Hopbush. HEX triplet: D3, 74 and B0. RGB value is (211,116,176). Sum of RGB (Red+Green+Blue) = 211+116+176=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D374B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D374B0 is #2C8B4F. Grayscale: #979797. Windows color (decimal): -2919248 or 11564243. OLE color: 11564243.

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

Color convert

RGB 211 116 176 -
CMYK 0 0.45 0.17 0.17
HSL 322.11º 0.52% 0.64% -
HSV(B) 322.11º 0.45% 0.83% -
XYZ 40.95 29.47 44.61 -
YUV 151.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 211 116 176 0 0.45 0.17 0.17 322.11 0.52 0.64
Hex D3 74 B0 0 2D 11 11 142 34 40
Octal 323 164 260 0 55 21 21 502 64 100
Binary 11010011 1110100 10110000 0 101101 10001 10001 101000010 110100 1000000

Color Harmonies of #D374B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D374B0

Black with #D374B0

Text Example


Text Example

White with #D374B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D374B0; }

 p { color: rgb(211,116,176); }

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

background-color css

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

 a { background-color: rgb(211,116,176); }

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

border-color css

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

 span { border-color: rgb(211,116,176); }

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