Html Css Color HEX #D4458A Mulberry

📋 copy color: '#D4458A'

red 212 ◦ green 69 ◦ blue 138

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

Shades of Mulberry #D4458A

Tints of Mulberry #D4458A

RGB

 RED value IS 212 (83.2% from 255) = 50.6%

 GREEN value IS 69 (27.34% from 255) = 16.47%

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

R = 50.6%
G = 16.47%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4458A (or 0xD4458A) is known color: Mulberry. HEX triplet: D4, 45 and 8A. RGB value is (212,69,138). Sum of RGB (Red+Green+Blue) = 212+69+138=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4458A is #2BBA75. Grayscale: #777777. Windows color (decimal): -2865782 or 9061844. OLE color: 9061844.

HSL color Cylindrical-coordinate representation of color #D4458A: hue angle of 331.05º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4458A is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 69 138 -
CMYK 0 0.67 0.35 0.17
HSL 331.05º 0.62% 0.55% -
HSV(B) 331.05º 0.67% 0.83% -
XYZ 33.87 20.09 26.14 -
YUV 119.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 212 69 138 0 0.67 0.35 0.17 331.05 0.62 0.55
Hex D4 45 8A 0 43 23 11 14B 3E 37
Octal 324 105 212 0 103 43 21 513 76 67
Binary 11010100 1000101 10001010 0 1000011 100011 10001 101001011 111110 110111

Color Harmonies of #D4458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4458A

Black with #D4458A

Text Example


Text Example

White with #D4458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4458A; }

 p { color: rgb(212,69,138); }

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

background-color css

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

 a { background-color: rgb(212,69,138); }

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

border-color css

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

 span { border-color: rgb(212,69,138); }

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