Html Css Color HEX #D24A9C Mulberry

📋 copy color: '#D24A9C'

red 210 ◦ green 74 ◦ blue 156

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

Shades of Mulberry #D24A9C

Tints of Mulberry #D24A9C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.82%

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

R = 47.73%
G = 16.82%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D24A9C (or 0xD24A9C) is known color: Mulberry. HEX triplet: D2, 4A and 9C. RGB value is (210,74,156). Sum of RGB (Red+Green+Blue) = 210+74+156=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24A9C is #2DB563. Grayscale: #7B7B7B. Windows color (decimal): -2995556 or 10242770. OLE color: 10242770.

HSL color Cylindrical-coordinate representation of color #D24A9C: hue angle of 323.82º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24A9C is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 74 156 -
CMYK 0 0.65 0.26 0.18
HSL 323.82º 0.6% 0.56% -
HSV(B) 323.82º 0.65% 0.82% -
XYZ 35.03 21 33.66 -
YUV 124.01 146.06 189.33 -
System Red Green Blue C M Y K H S L
Decimal 210 74 156 0 0.65 0.26 0.18 323.82 0.6 0.56
Hex D2 4A 9C 0 41 1A 12 144 3C 38
Octal 322 112 234 0 101 32 22 504 74 70
Binary 11010010 1001010 10011100 0 1000001 11010 10010 101000100 111100 111000

Color Harmonies of #D24A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A9C

Black with #D24A9C

Text Example


Text Example

White with #D24A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A9C; }

 p { color: rgb(210,74,156); }

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

background-color css

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

 a { background-color: rgb(210,74,156); }

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

border-color css

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

 span { border-color: rgb(210,74,156); }

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