Html Css Color HEX #D5469C Mulberry

📋 copy color: '#D5469C'

red 213 ◦ green 70 ◦ blue 156

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

Shades of Mulberry #D5469C

Tints of Mulberry #D5469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 48.52%
G = 15.95%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5469C (or 0xD5469C) is known color: Mulberry. HEX triplet: D5, 46 and 9C. RGB value is (213,70,156). Sum of RGB (Red+Green+Blue) = 213+70+156=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5469C is #2AB963. Grayscale: #7A7A7A. Windows color (decimal): -2799972 or 10241749. OLE color: 10241749.

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

Color convert

RGB 213 70 156 -
CMYK 0 0.67 0.27 0.16
HSL 323.92º 0.63% 0.55% -
HSV(B) 323.92º 0.67% 0.84% -
XYZ 35.63 20.93 33.61 -
YUV 122.56 146.88 192.51 -
System Red Green Blue C M Y K H S L
Decimal 213 70 156 0 0.67 0.27 0.16 323.92 0.63 0.55
Hex D5 46 9C 0 43 1B 10 144 3F 37
Octal 325 106 234 0 103 33 20 504 77 67
Binary 11010101 1000110 10011100 0 1000011 11011 10000 101000100 111111 110111

Color Harmonies of #D5469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5469C

Black with #D5469C

Text Example


Text Example

White with #D5469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5469C; }

 p { color: rgb(213,70,156); }

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

background-color css

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

 a { background-color: rgb(213,70,156); }

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

border-color css

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

 span { border-color: rgb(213,70,156); }

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