Html Css Color HEX #D24B8D Mulberry

📋 copy color: '#D24B8D'

red 210 ◦ green 75 ◦ blue 141

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

Shades of Mulberry #D24B8D

Tints of Mulberry #D24B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 49.3%
G = 17.61%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D24B8D (or 0xD24B8D) is known color: Mulberry. HEX triplet: D2, 4B and 8D. RGB value is (210,75,141). Sum of RGB (Red+Green+Blue) = 210+75+141=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24B8D is #2DB472. Grayscale: #7A7A7A. Windows color (decimal): -2995315 or 9259986. OLE color: 9259986.

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

Color convert

RGB 210 75 141 -
CMYK 0 0.64 0.33 0.18
HSL 330.67º 0.6% 0.56% -
HSV(B) 330.67º 0.64% 0.82% -
XYZ 33.9 20.66 27.4 -
YUV 122.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 210 75 141 0 0.64 0.33 0.18 330.67 0.6 0.56
Hex D2 4B 8D 0 40 21 12 14B 3C 38
Octal 322 113 215 0 100 41 22 513 74 70
Binary 11010010 1001011 10001101 0 1000000 100001 10010 101001011 111100 111000

Color Harmonies of #D24B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24B8D

Black with #D24B8D

Text Example


Text Example

White with #D24B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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