Html Css Color HEX #D5448E Mulberry

📋 copy color: '#D5448E'

red 213 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #D5448E

Tints of Mulberry #D5448E

RGB

 RED value IS 213 (83.59% from 255) = 50.35%

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

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 50.35%
G = 16.08%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5448E (or 0xD5448E) is known color: Mulberry. HEX triplet: D5, 44 and 8E. RGB value is (213,68,142). Sum of RGB (Red+Green+Blue) = 213+68+142=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5448E is #2ABB71. Grayscale: #777777. Windows color (decimal): -2800498 or 9323733. OLE color: 9323733.

HSL color Cylindrical-coordinate representation of color #D5448E: hue angle of 329.38º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5448E is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 68 142 -
CMYK 0 0.68 0.33 0.16
HSL 329.38º 0.63% 0.55% -
HSV(B) 329.38º 0.68% 0.84% -
XYZ 34.39 20.23 27.68 -
YUV 119.79 140.54 194.48 -
System Red Green Blue C M Y K H S L
Decimal 213 68 142 0 0.68 0.33 0.16 329.38 0.63 0.55
Hex D5 44 8E 0 44 21 10 149 3F 37
Octal 325 104 216 0 104 41 20 511 77 67
Binary 11010101 1000100 10001110 0 1000100 100001 10000 101001001 111111 110111

Color Harmonies of #D5448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5448E

Black with #D5448E

Text Example


Text Example

White with #D5448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5448E; }

 p { color: rgb(213,68,142); }

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

background-color css

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

 a { background-color: rgb(213,68,142); }

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

border-color css

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

 span { border-color: rgb(213,68,142); }

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