Html Css Color HEX #D479AE Hopbush

📋 copy color: '#D479AE'

red 212 ◦ green 121 ◦ blue 174

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

Shades of Hopbush #D479AE

Tints of Hopbush #D479AE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.87%

 BLUE value IS 174 (68.36% from 255) = 34.32%

R = 41.81%
G = 23.87%
B = 34.32%

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

#D479AE (or 0xD479AE) is known color: Hopbush. HEX triplet: D4, 79 and AE. RGB value is (212,121,174). Sum of RGB (Red+Green+Blue) = 212+121+174=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D479AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D479AE is #2B8651. Grayscale: #9A9A9A. Windows color (decimal): -2852434 or 11434452. OLE color: 11434452.

HSL color Cylindrical-coordinate representation of color #D479AE: hue angle of 325.05º degrees, saturation: 0.51, 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 #D479AE is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 121 174 -
CMYK 0 0.43 0.18 0.17
HSL 325.05º 0.51% 0.65% -
HSV(B) 325.05º 0.43% 0.83% -
XYZ 41.63 30.73 43.78 -
YUV 154.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 212 121 174 0 0.43 0.18 0.17 325.05 0.51 0.65
Hex D4 79 AE 0 2B 12 11 145 33 41
Octal 324 171 256 0 53 22 21 505 63 101
Binary 11010100 1111001 10101110 0 101011 10010 10001 101000101 110011 1000001

Color Harmonies of #D479AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D479AE

Black with #D479AE

Text Example


Text Example

White with #D479AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D479AE; }

 p { color: rgb(212,121,174); }

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

background-color css

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

 a { background-color: rgb(212,121,174); }

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

border-color css

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

 span { border-color: rgb(212,121,174); }

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