Html Css Color HEX #D2439A Mulberry

📋 copy color: '#D2439A'

red 210 ◦ green 67 ◦ blue 154

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

Shades of Mulberry #D2439A

Tints of Mulberry #D2439A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.55%

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 48.72%
G = 15.55%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2439A (or 0xD2439A) is known color: Mulberry. HEX triplet: D2, 43 and 9A. RGB value is (210,67,154). Sum of RGB (Red+Green+Blue) = 210+67+154=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2439A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2439A is #2DBC65. Grayscale: #777777. Windows color (decimal): -2997350 or 10109906. OLE color: 10109906.

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

Color convert

RGB 210 67 154 -
CMYK 0 0.68 0.27 0.18
HSL 323.5º 0.61% 0.54% -
HSV(B) 323.5º 0.68% 0.82% -
XYZ 34.42 20.05 32.63 -
YUV 119.68 147.38 192.43 -
System Red Green Blue C M Y K H S L
Decimal 210 67 154 0 0.68 0.27 0.18 323.5 0.61 0.54
Hex D2 43 9A 0 44 1B 12 143 3D 36
Octal 322 103 232 0 104 33 22 503 75 66
Binary 11010010 1000011 10011010 0 1000100 11011 10010 101000011 111101 110110

Color Harmonies of #D2439A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2439A

Black with #D2439A

Text Example


Text Example

White with #D2439A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2439A; }

 p { color: rgb(210,67,154); }

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

background-color css

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

 a { background-color: rgb(210,67,154); }

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

border-color css

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

 span { border-color: rgb(210,67,154); }

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