Html Css Color HEX #D4729D Hopbush

📋 copy color: '#D4729D'

red 212 ◦ green 114 ◦ blue 157

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

Shades of Hopbush #D4729D

Tints of Hopbush #D4729D

RGB

 RED value IS 212 (83.2% from 255) = 43.89%

 GREEN value IS 114 (44.92% from 255) = 23.6%

 BLUE value IS 157 (61.72% from 255) = 32.51%

R = 43.89%
G = 23.6%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4729D (or 0xD4729D) is known color: Hopbush. HEX triplet: D4, 72 and 9D. RGB value is (212,114,157). Sum of RGB (Red+Green+Blue) = 212+114+157=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4729D is #2B8D62. Grayscale: #949494. Windows color (decimal): -2854243 or 10318548. OLE color: 10318548.

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

Color convert

RGB 212 114 157 -
CMYK 0 0.46 0.26 0.17
HSL 333.67º 0.53% 0.64% -
HSV(B) 333.67º 0.46% 0.83% -
XYZ 39.25 28.47 35.32 -
YUV 148.2 132.97 173.5 -
System Red Green Blue C M Y K H S L
Decimal 212 114 157 0 0.46 0.26 0.17 333.67 0.53 0.64
Hex D4 72 9D 0 2E 1A 11 14E 35 40
Octal 324 162 235 0 56 32 21 516 65 100
Binary 11010100 1110010 10011101 0 101110 11010 10001 101001110 110101 1000000

Color Harmonies of #D4729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4729D

Black with #D4729D

Text Example


Text Example

White with #D4729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4729D; }

 p { color: rgb(212,114,157); }

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

background-color css

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

 a { background-color: rgb(212,114,157); }

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

border-color css

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

 span { border-color: rgb(212,114,157); }

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