Html Css Color HEX #D248A7 Mulberry

📋 copy color: '#D248A7'

red 210 ◦ green 72 ◦ blue 167

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

Shades of Mulberry #D248A7

Tints of Mulberry #D248A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.19%

R = 46.77%
G = 16.04%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D248A7 (or 0xD248A7) is known color: Mulberry. HEX triplet: D2, 48 and A7. RGB value is (210,72,167). Sum of RGB (Red+Green+Blue) = 210+72+167=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D248A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D248A7 is #2DB758. Grayscale: #7B7B7B. Windows color (decimal): -2996057 or 10963154. OLE color: 10963154.

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

Color convert

RGB 210 72 167 -
CMYK 0 0.66 0.20 0.18
HSL 318.7º 0.61% 0.55% -
HSV(B) 318.7º 0.66% 0.82% -
XYZ 35.87 21.13 38.75 -
YUV 124.09 152.22 189.28 -
System Red Green Blue C M Y K H S L
Decimal 210 72 167 0 0.66 0.20 0.18 318.7 0.61 0.55
Hex D2 48 A7 0 42 14 12 13F 3D 37
Octal 322 110 247 0 102 24 22 477 75 67
Binary 11010010 1001000 10100111 0 1000010 10100 10010 100111111 111101 110111

Color Harmonies of #D248A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248A7

Black with #D248A7

Text Example


Text Example

White with #D248A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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