Html Css Color HEX #D470AA Hopbush

📋 copy color: '#D470AA'

red 212 ◦ green 112 ◦ blue 170

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

Shades of Hopbush #D470AA

Tints of Hopbush #D470AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.67%

 BLUE value IS 170 (66.8% from 255) = 34.41%

R = 42.91%
G = 22.67%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D470AA (or 0xD470AA) is known color: Hopbush. HEX triplet: D4, 70 and AA. RGB value is (212,112,170). Sum of RGB (Red+Green+Blue) = 212+112+170=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D470AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D470AA is #2B8F55. Grayscale: #949494. Windows color (decimal): -2854742 or 11170004. OLE color: 11170004.

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

Color convert

RGB 212 112 170 -
CMYK 0 0.47 0.20 0.17
HSL 325.2º 0.54% 0.64% -
HSV(B) 325.2º 0.47% 0.83% -
XYZ 40.2 28.49 41.41 -
YUV 148.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 212 112 170 0 0.47 0.20 0.17 325.2 0.54 0.64
Hex D4 70 AA 0 2F 14 11 145 36 40
Octal 324 160 252 0 57 24 21 505 66 100
Binary 11010100 1110000 10101010 0 101111 10100 10001 101000101 110110 1000000

Color Harmonies of #D470AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470AA

Black with #D470AA

Text Example


Text Example

White with #D470AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470AA; }

 p { color: rgb(212,112,170); }

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

background-color css

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

 a { background-color: rgb(212,112,170); }

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

border-color css

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

 span { border-color: rgb(212,112,170); }

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