Html Css Color HEX #D4719B Hopbush

📋 copy color: '#D4719B'

red 212 ◦ green 113 ◦ blue 155

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

Shades of Hopbush #D4719B

Tints of Hopbush #D4719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.29%

R = 44.17%
G = 23.54%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4719B (or 0xD4719B) is known color: Hopbush. HEX triplet: D4, 71 and 9B. RGB value is (212,113,155). Sum of RGB (Red+Green+Blue) = 212+113+155=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4719B is #2B8E64. Grayscale: #939393. Windows color (decimal): -2854501 or 10187220. OLE color: 10187220.

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

Color convert

RGB 212 113 155 -
CMYK 0 0.47 0.27 0.17
HSL 334.55º 0.54% 0.64% -
HSV(B) 334.55º 0.47% 0.83% -
XYZ 38.97 28.17 34.39 -
YUV 147.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 212 113 155 0 0.47 0.27 0.17 334.55 0.54 0.64
Hex D4 71 9B 0 2F 1B 11 14F 36 40
Octal 324 161 233 0 57 33 21 517 66 100
Binary 11010100 1110001 10011011 0 101111 11011 10001 101001111 110110 1000000

Color Harmonies of #D4719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4719B

Black with #D4719B

Text Example


Text Example

White with #D4719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4719B; }

 p { color: rgb(212,113,155); }

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

background-color css

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

 a { background-color: rgb(212,113,155); }

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

border-color css

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

 span { border-color: rgb(212,113,155); }

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