Html Css Color HEX #D5429C Mulberry

📋 copy color: '#D5429C'

red 213 ◦ green 66 ◦ blue 156

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

Shades of Mulberry #D5429C

Tints of Mulberry #D5429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.17%

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

R = 48.97%
G = 15.17%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5429C (or 0xD5429C) is known color: Mulberry. HEX triplet: D5, 42 and 9C. RGB value is (213,66,156). Sum of RGB (Red+Green+Blue) = 213+66+156=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5429C is #2ABD63. Grayscale: #787878. Windows color (decimal): -2800996 or 10240725. OLE color: 10240725.

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

Color convert

RGB 213 66 156 -
CMYK 0 0.69 0.27 0.16
HSL 323.27º 0.64% 0.55% -
HSV(B) 323.27º 0.69% 0.84% -
XYZ 35.39 20.44 33.53 -
YUV 120.21 148.2 194.18 -
System Red Green Blue C M Y K H S L
Decimal 213 66 156 0 0.69 0.27 0.16 323.27 0.64 0.55
Hex D5 42 9C 0 45 1B 10 143 40 37
Octal 325 102 234 0 105 33 20 503 100 67
Binary 11010101 1000010 10011100 0 1000101 11011 10000 101000011 1000000 110111

Color Harmonies of #D5429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5429C

Black with #D5429C

Text Example


Text Example

White with #D5429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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