Html Css Color HEX #D4469D Mulberry

📋 copy color: '#D4469D'

red 212 ◦ green 70 ◦ blue 157

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

Shades of Mulberry #D4469D

Tints of Mulberry #D4469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.76%

R = 48.29%
G = 15.95%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4469D (or 0xD4469D) is known color: Mulberry. HEX triplet: D4, 46 and 9D. RGB value is (212,70,157). Sum of RGB (Red+Green+Blue) = 212+70+157=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4469D is #2BB962. Grayscale: #7A7A7A. Windows color (decimal): -2865507 or 10307284. OLE color: 10307284.

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

Color convert

RGB 212 70 157 -
CMYK 0 0.67 0.26 0.17
HSL 323.24º 0.62% 0.55% -
HSV(B) 323.24º 0.67% 0.83% -
XYZ 35.43 20.81 34.05 -
YUV 122.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 212 70 157 0 0.67 0.26 0.17 323.24 0.62 0.55
Hex D4 46 9D 0 43 1A 11 143 3E 37
Octal 324 106 235 0 103 32 21 503 76 67
Binary 11010100 1000110 10011101 0 1000011 11010 10001 101000011 111110 110111

Color Harmonies of #D4469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4469D

Black with #D4469D

Text Example


Text Example

White with #D4469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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