Html Css Color HEX #D2448F Mulberry

📋 copy color: '#D2448F'

red 210 ◦ green 68 ◦ blue 143

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

Shades of Mulberry #D2448F

Tints of Mulberry #D2448F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.97%

R = 49.88%
G = 16.15%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2448F (or 0xD2448F) is known color: Mulberry. HEX triplet: D2, 44 and 8F. RGB value is (210,68,143). Sum of RGB (Red+Green+Blue) = 210+68+143=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2448F is #2DBB70. Grayscale: #767676. Windows color (decimal): -2997105 or 9389266. OLE color: 9389266.

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

Color convert

RGB 210 68 143 -
CMYK 0 0.68 0.32 0.18
HSL 328.31º 0.61% 0.55% -
HSV(B) 328.31º 0.68% 0.82% -
XYZ 33.6 19.82 28.04 -
YUV 119.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 210 68 143 0 0.68 0.32 0.18 328.31 0.61 0.55
Hex D2 44 8F 0 44 20 12 148 3D 37
Octal 322 104 217 0 104 40 22 510 75 67
Binary 11010010 1000100 10001111 0 1000100 100000 10010 101001000 111101 110111

Color Harmonies of #D2448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2448F

Black with #D2448F

Text Example


Text Example

White with #D2448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2448F; }

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

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

background-color css

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

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

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

border-color css

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

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

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