Html Css Color HEX #D452A6 Mulberry

📋 copy color: '#D452A6'

red 212 ◦ green 82 ◦ blue 166

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

Shades of Mulberry #D452A6

Tints of Mulberry #D452A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.09%

R = 46.09%
G = 17.83%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D452A6 (or 0xD452A6) is known color: Mulberry. HEX triplet: D4, 52 and A6. RGB value is (212,82,166). Sum of RGB (Red+Green+Blue) = 212+82+166=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D452A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D452A6 is #2BAD59. Grayscale: #828282. Windows color (decimal): -2862426 or 10900180. OLE color: 10900180.

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

Color convert

RGB 212 82 166 -
CMYK 0 0.61 0.22 0.17
HSL 321.23º 0.6% 0.58% -
HSV(B) 321.23º 0.61% 0.83% -
XYZ 37.05 22.78 38.52 -
YUV 130.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 212 82 166 0 0.61 0.22 0.17 321.23 0.6 0.58
Hex D4 52 A6 0 3D 16 11 141 3C 3A
Octal 324 122 246 0 75 26 21 501 74 72
Binary 11010100 1010010 10100110 0 111101 10110 10001 101000001 111100 111010

Color Harmonies of #D452A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D452A6

Black with #D452A6

Text Example


Text Example

White with #D452A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D452A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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