Html Css Color HEX #D2429A Mulberry

📋 copy color: '#D2429A'

red 210 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #D2429A

Tints of Mulberry #D2429A

RGB

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

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

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

R = 48.84%
G = 15.35%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2429A (or 0xD2429A) is known color: Mulberry. HEX triplet: D2, 42 and 9A. RGB value is (210,66,154). Sum of RGB (Red+Green+Blue) = 210+66+154=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2429A is #2DBD65. Grayscale: #767676. Windows color (decimal): -2997606 or 10109650. OLE color: 10109650.

HSL color Cylindrical-coordinate representation of color #D2429A: hue angle of 323.33º 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 #D2429A is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 66 154 -
CMYK 0 0.69 0.27 0.18
HSL 323.33º 0.62% 0.54% -
HSV(B) 323.33º 0.69% 0.82% -
XYZ 34.36 19.93 32.61 -
YUV 119.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 210 66 154 0 0.69 0.27 0.18 323.33 0.62 0.54
Hex D2 42 9A 0 45 1B 12 143 3E 36
Octal 322 102 232 0 105 33 22 503 76 66
Binary 11010010 1000010 10011010 0 1000101 11011 10010 101000011 111110 110110

Color Harmonies of #D2429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2429A

Black with #D2429A

Text Example


Text Example

White with #D2429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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