Html Css Color HEX #D2448A Mulberry

📋 copy color: '#D2448A'

red 210 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #D2448A

Tints of Mulberry #D2448A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.35%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 50.48%
G = 16.35%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2448A (or 0xD2448A) is known color: Mulberry. HEX triplet: D2, 44 and 8A. RGB value is (210,68,138). Sum of RGB (Red+Green+Blue) = 210+68+138=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2448A is #2DBB75. Grayscale: #767676. Windows color (decimal): -2997110 or 9061586. OLE color: 9061586.

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

Color convert

RGB 210 68 138 -
CMYK 0 0.68 0.34 0.18
HSL 330.42º 0.61% 0.55% -
HSV(B) 330.42º 0.68% 0.82% -
XYZ 33.23 19.67 26.09 -
YUV 118.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 210 68 138 0 0.68 0.34 0.18 330.42 0.61 0.55
Hex D2 44 8A 0 44 22 12 14A 3D 37
Octal 322 104 212 0 104 42 22 512 75 67
Binary 11010010 1000100 10001010 0 1000100 100010 10010 101001010 111101 110111

Color Harmonies of #D2448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2448A

Black with #D2448A

Text Example


Text Example

White with #D2448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2448A; }

 p { color: rgb(210,68,138); }

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

background-color css

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

 a { background-color: rgb(210,68,138); }

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

border-color css

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

 span { border-color: rgb(210,68,138); }

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