Html Css Color HEX #D2428B Mulberry

📋 copy color: '#D2428B'

red 210 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #D2428B

Tints of Mulberry #D2428B

RGB

 RED value IS 210 (82.42% from 255) = 50.6%

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

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

R = 50.6%
G = 15.9%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2428B (or 0xD2428B) is known color: Mulberry. HEX triplet: D2, 42 and 8B. RGB value is (210,66,139). Sum of RGB (Red+Green+Blue) = 210+66+139=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2428B is #2DBD74. Grayscale: #757575. Windows color (decimal): -2997621 or 9126610. OLE color: 9126610.

HSL color Cylindrical-coordinate representation of color #D2428B: hue angle of 329.58º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2428B is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 66 139 -
CMYK 0 0.69 0.34 0.18
HSL 329.58º 0.62% 0.54% -
HSV(B) 329.58º 0.69% 0.82% -
XYZ 33.19 19.46 26.43 -
YUV 117.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 210 66 139 0 0.69 0.34 0.18 329.58 0.62 0.54
Hex D2 42 8B 0 45 22 12 14A 3E 36
Octal 322 102 213 0 105 42 22 512 76 66
Binary 11010010 1000010 10001011 0 1000101 100010 10010 101001010 111110 110110

Color Harmonies of #D2428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2428B

Black with #D2428B

Text Example


Text Example

White with #D2428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2428B; }

 p { color: rgb(210,66,139); }

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

background-color css

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

 a { background-color: rgb(210,66,139); }

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

border-color css

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

 span { border-color: rgb(210,66,139); }

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