Html Css Color HEX #D24B8A Mulberry

📋 copy color: '#D24B8A'

red 210 ◦ green 75 ◦ blue 138

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

Shades of Mulberry #D24B8A

Tints of Mulberry #D24B8A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.73%

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 49.65%
G = 17.73%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D24B8A (or 0xD24B8A) is known color: Mulberry. HEX triplet: D2, 4B and 8A. RGB value is (210,75,138). Sum of RGB (Red+Green+Blue) = 210+75+138=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24B8A is #2DB475. Grayscale: #7A7A7A. Windows color (decimal): -2995318 or 9063378. OLE color: 9063378.

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

Color convert

RGB 210 75 138 -
CMYK 0 0.64 0.34 0.18
HSL 332º 0.6% 0.56% -
HSV(B) 332º 0.64% 0.82% -
XYZ 33.68 20.57 26.24 -
YUV 122.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 210 75 138 0 0.64 0.34 0.18 332 0.6 0.56
Hex D2 4B 8A 0 40 22 12 14C 3C 38
Octal 322 113 212 0 100 42 22 514 74 70
Binary 11010010 1001011 10001010 0 1000000 100010 10010 101001100 111100 111000

Color Harmonies of #D24B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24B8A

Black with #D24B8A

Text Example


Text Example

White with #D24B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24B8A; }

 p { color: rgb(210,75,138); }

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

background-color css

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

 a { background-color: rgb(210,75,138); }

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

border-color css

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

 span { border-color: rgb(210,75,138); }

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