Html Css Color HEX #D24CAA Mulberry

📋 copy color: '#D24CAA'

red 210 ◦ green 76 ◦ blue 170

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

Shades of Mulberry #D24CAA

Tints of Mulberry #D24CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

 BLUE value IS 170 (66.8% from 255) = 37.28%

R = 46.05%
G = 16.67%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D24CAA (or 0xD24CAA) is known color: Mulberry. HEX triplet: D2, 4C and AA. RGB value is (210,76,170). Sum of RGB (Red+Green+Blue) = 210+76+170=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24CAA is #2DB355. Grayscale: #7E7E7E. Windows color (decimal): -2995030 or 11160786. OLE color: 11160786.

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

Color convert

RGB 210 76 170 -
CMYK 0 0.64 0.19 0.18
HSL 317.91º 0.6% 0.56% -
HSV(B) 317.91º 0.64% 0.82% -
XYZ 36.42 21.77 40.31 -
YUV 126.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 210 76 170 0 0.64 0.19 0.18 317.91 0.6 0.56
Hex D2 4C AA 0 40 13 12 13E 3C 38
Octal 322 114 252 0 100 23 22 476 74 70
Binary 11010010 1001100 10101010 0 1000000 10011 10010 100111110 111100 111000

Color Harmonies of #D24CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CAA

Black with #D24CAA

Text Example


Text Example

White with #D24CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CAA; }

 p { color: rgb(210,76,170); }

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

background-color css

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

 a { background-color: rgb(210,76,170); }

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

border-color css

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

 span { border-color: rgb(210,76,170); }

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