Html Css Color HEX #D478AD Hopbush

📋 copy color: '#D478AD'

red 212 ◦ green 120 ◦ blue 173

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

Shades of Hopbush #D478AD

Tints of Hopbush #D478AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.76%

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 41.98%
G = 23.76%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D478AD (or 0xD478AD) is known color: Hopbush. HEX triplet: D4, 78 and AD. RGB value is (212,120,173). Sum of RGB (Red+Green+Blue) = 212+120+173=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D478AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D478AD is #2B8752. Grayscale: #999999. Windows color (decimal): -2852691 or 11368660. OLE color: 11368660.

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

Color convert

RGB 212 120 173 -
CMYK 0 0.43 0.18 0.17
HSL 325.43º 0.52% 0.65% -
HSV(B) 325.43º 0.43% 0.83% -
XYZ 41.41 30.45 43.23 -
YUV 153.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 212 120 173 0 0.43 0.18 0.17 325.43 0.52 0.65
Hex D4 78 AD 0 2B 12 11 145 34 41
Octal 324 170 255 0 53 22 21 505 64 101
Binary 11010100 1111000 10101101 0 101011 10010 10001 101000101 110100 1000001

Color Harmonies of #D478AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D478AD

Black with #D478AD

Text Example


Text Example

White with #D478AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D478AD; }

 p { color: rgb(212,120,173); }

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

background-color css

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

 a { background-color: rgb(212,120,173); }

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

border-color css

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

 span { border-color: rgb(212,120,173); }

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