Html Css Color HEX #D2448B Mulberry

📋 copy color: '#D2448B'

red 210 ◦ green 68 ◦ blue 139

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

Shades of Mulberry #D2448B

Tints of Mulberry #D2448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.33%

R = 50.36%
G = 16.31%
B = 33.33%

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

#D2448B (or 0xD2448B) is known color: Mulberry. HEX triplet: D2, 44 and 8B. RGB value is (210,68,139). Sum of RGB (Red+Green+Blue) = 210+68+139=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2448B is #2DBB74. Grayscale: #767676. Windows color (decimal): -2997109 or 9127122. OLE color: 9127122.

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

Color convert

RGB 210 68 139 -
CMYK 0 0.68 0.34 0.18
HSL 330º 0.61% 0.55% -
HSV(B) 330º 0.68% 0.82% -
XYZ 33.31 19.7 26.47 -
YUV 118.55 139.54 193.23 -
System Red Green Blue C M Y K H S L
Decimal 210 68 139 0 0.68 0.34 0.18 330 0.61 0.55
Hex D2 44 8B 0 44 22 12 14A 3D 37
Octal 322 104 213 0 104 42 22 512 75 67
Binary 11010010 1000100 10001011 0 1000100 100010 10010 101001010 111101 110111

Color Harmonies of #D2448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2448B

Black with #D2448B

Text Example


Text Example

White with #D2448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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