Html Css Color HEX #D248AA Mulberry

📋 copy color: '#D248AA'

red 210 ◦ green 72 ◦ blue 170

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

Shades of Mulberry #D248AA

Tints of Mulberry #D248AA

RGB

 RED value IS 210 (82.42% from 255) = 46.46%

 GREEN value IS 72 (28.52% from 255) = 15.93%

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

R = 46.46%
G = 15.93%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D248AA (or 0xD248AA) is known color: Mulberry. HEX triplet: D2, 48 and AA. RGB value is (210,72,170). Sum of RGB (Red+Green+Blue) = 210+72+170=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D248AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D248AA is #2DB755. Grayscale: #7C7C7C. Windows color (decimal): -2996054 or 11159762. OLE color: 11159762.

HSL color Cylindrical-coordinate representation of color #D248AA: hue angle of 317.39º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D248AA is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 72 170 -
CMYK 0 0.66 0.19 0.18
HSL 317.39º 0.61% 0.55% -
HSV(B) 317.39º 0.66% 0.82% -
XYZ 36.15 21.24 40.22 -
YUV 124.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 210 72 170 0 0.66 0.19 0.18 317.39 0.61 0.55
Hex D2 48 AA 0 42 13 12 13D 3D 37
Octal 322 110 252 0 102 23 22 475 75 67
Binary 11010010 1001000 10101010 0 1000010 10011 10010 100111101 111101 110111

Color Harmonies of #D248AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248AA

Black with #D248AA

Text Example


Text Example

White with #D248AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248AA; }

 p { color: rgb(210,72,170); }

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

background-color css

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

 a { background-color: rgb(210,72,170); }

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

border-color css

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

 span { border-color: rgb(210,72,170); }

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