Html Css Color HEX #D24BA4 Mulberry

📋 copy color: '#D24BA4'

red 210 ◦ green 75 ◦ blue 164

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

Shades of Mulberry #D24BA4

Tints of Mulberry #D24BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.53%

R = 46.77%
G = 16.7%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D24BA4 (or 0xD24BA4) is known color: Mulberry. HEX triplet: D2, 4B and A4. RGB value is (210,75,164). Sum of RGB (Red+Green+Blue) = 210+75+164=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24BA4 is #2DB45B. Grayscale: #7D7D7D. Windows color (decimal): -2995292 or 10767314. OLE color: 10767314.

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

Color convert

RGB 210 75 164 -
CMYK 0 0.64 0.22 0.18
HSL 320.44º 0.6% 0.56% -
HSV(B) 320.44º 0.64% 0.82% -
XYZ 35.8 21.41 37.37 -
YUV 125.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 210 75 164 0 0.64 0.22 0.18 320.44 0.6 0.56
Hex D2 4B A4 0 40 16 12 140 3C 38
Octal 322 113 244 0 100 26 22 500 74 70
Binary 11010010 1001011 10100100 0 1000000 10110 10010 101000000 111100 111000

Color Harmonies of #D24BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24BA4

Black with #D24BA4

Text Example


Text Example

White with #D24BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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