Html Css Color HEX #D37DAB Hopbush

📋 copy color: '#D37DAB'

red 211 ◦ green 125 ◦ blue 171

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

Shades of Hopbush #D37DAB

Tints of Hopbush #D37DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.65%

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 41.62%
G = 24.65%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D37DAB (or 0xD37DAB) is known color: Hopbush. HEX triplet: D3, 7D and AB. RGB value is (211,125,171). Sum of RGB (Red+Green+Blue) = 211+125+171=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37DAB is #2C8254. Grayscale: #9B9B9B. Windows color (decimal): -2916949 or 11238867. OLE color: 11238867.

HSL color Cylindrical-coordinate representation of color #D37DAB: hue angle of 327.91º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37DAB is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 125 171 -
CMYK 0 0.41 0.19 0.17
HSL 327.91º 0.49% 0.66% -
HSV(B) 327.91º 0.41% 0.83% -
XYZ 41.55 31.46 42.41 -
YUV 155.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 211 125 171 0 0.41 0.19 0.17 327.91 0.49 0.66
Hex D3 7D AB 0 29 13 11 148 31 42
Octal 323 175 253 0 51 23 21 510 61 102
Binary 11010011 1111101 10101011 0 101001 10011 10001 101001000 110001 1000010

Color Harmonies of #D37DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37DAB

Black with #D37DAB

Text Example


Text Example

White with #D37DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37DAB; }

 p { color: rgb(211,125,171); }

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

background-color css

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

 a { background-color: rgb(211,125,171); }

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

border-color css

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

 span { border-color: rgb(211,125,171); }

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