Html Css Color HEX #D248A8 Mulberry

📋 copy color: '#D248A8'

red 210 ◦ green 72 ◦ blue 168

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

Shades of Mulberry #D248A8

Tints of Mulberry #D248A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.33%

R = 46.67%
G = 16%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#D248A8 (or 0xD248A8) is known color: Mulberry. HEX triplet: D2, 48 and A8. RGB value is (210,72,168). Sum of RGB (Red+Green+Blue) = 210+72+168=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D248A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D248A8 is #2DB757. Grayscale: #7B7B7B. Windows color (decimal): -2996056 or 11028690. OLE color: 11028690.

HSL color Cylindrical-coordinate representation of color #D248A8: hue angle of 318.26º 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 #D248A8 is Cyan = 0, Magento = 0.66, Yellow = 0.2 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 72 168 -
CMYK 0 0.66 0.2 0.18
HSL 318.26º 0.61% 0.55% -
HSV(B) 318.26º 0.66% 0.82% -
XYZ 35.96 21.16 39.24 -
YUV 124.21 152.72 189.19 -
System Red Green Blue C M Y K H S L
Decimal 210 72 168 0 0.66 0.2 0.18 318.26 0.61 0.55
Hex D2 48 A8 0 42 14 12 13E 3D 37
Octal 322 110 250 0 102 24 22 476 75 67
Binary 11010010 1001000 10101000 0 1000010 10100 10010 100111110 111101 110111

Color Harmonies of #D248A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248A8

Black with #D248A8

Text Example


Text Example

White with #D248A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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