Html Css Color HEX #D4468B Mulberry

📋 copy color: '#D4468B'

red 212 ◦ green 70 ◦ blue 139

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

Shades of Mulberry #D4468B

Tints of Mulberry #D4468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.63%

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

R = 50.36%
G = 16.63%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4468B (or 0xD4468B) is known color: Mulberry. HEX triplet: D4, 46 and 8B. RGB value is (212,70,139). Sum of RGB (Red+Green+Blue) = 212+70+139=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4468B is #2BB974. Grayscale: #787878. Windows color (decimal): -2865525 or 9127636. OLE color: 9127636.

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

Color convert

RGB 212 70 139 -
CMYK 0 0.67 0.34 0.17
HSL 330.85º 0.62% 0.55% -
HSV(B) 330.85º 0.67% 0.83% -
XYZ 34 20.24 26.54 -
YUV 120.32 138.54 193.39 -
System Red Green Blue C M Y K H S L
Decimal 212 70 139 0 0.67 0.34 0.17 330.85 0.62 0.55
Hex D4 46 8B 0 43 22 11 14B 3E 37
Octal 324 106 213 0 103 42 21 513 76 67
Binary 11010100 1000110 10001011 0 1000011 100010 10001 101001011 111110 110111

Color Harmonies of #D4468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4468B

Black with #D4468B

Text Example


Text Example

White with #D4468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4468B; }

 p { color: rgb(212,70,139); }

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

background-color css

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

 a { background-color: rgb(212,70,139); }

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

border-color css

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

 span { border-color: rgb(212,70,139); }

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