Html Css Color HEX #D452AA Mulberry

📋 copy color: '#D452AA'

red 212 ◦ green 82 ◦ blue 170

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

Shades of Mulberry #D452AA

Tints of Mulberry #D452AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.67%

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

R = 45.69%
G = 17.67%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D452AA (or 0xD452AA) is known color: Mulberry. HEX triplet: D4, 52 and AA. RGB value is (212,82,170). Sum of RGB (Red+Green+Blue) = 212+82+170=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D452AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D452AA is #2BAD55. Grayscale: #828282. Windows color (decimal): -2862422 or 11162324. OLE color: 11162324.

HSL color Cylindrical-coordinate representation of color #D452AA: hue angle of 319.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D452AA is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 82 170 -
CMYK 0 0.61 0.20 0.17
HSL 319.38º 0.6% 0.58% -
HSV(B) 319.38º 0.61% 0.83% -
XYZ 37.42 22.93 40.48 -
YUV 130.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 212 82 170 0 0.61 0.20 0.17 319.38 0.6 0.58
Hex D4 52 AA 0 3D 14 11 13F 3C 3A
Octal 324 122 252 0 75 24 21 477 74 72
Binary 11010100 1010010 10101010 0 111101 10100 10001 100111111 111100 111010

Color Harmonies of #D452AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D452AA

Black with #D452AA

Text Example


Text Example

White with #D452AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D452AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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