Html Css Color HEX #D24BA7 Mulberry

📋 copy color: '#D24BA7'

red 210 ◦ green 75 ◦ blue 167

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

Shades of Mulberry #D24BA7

Tints of Mulberry #D24BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.95%

R = 46.46%
G = 16.59%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D24BA7 (or 0xD24BA7) is known color: Mulberry. HEX triplet: D2, 4B and A7. RGB value is (210,75,167). Sum of RGB (Red+Green+Blue) = 210+75+167=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24BA7 is #2DB458. Grayscale: #7D7D7D. Windows color (decimal): -2995289 or 10963922. OLE color: 10963922.

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

Color convert

RGB 210 75 167 -
CMYK 0 0.64 0.20 0.18
HSL 319.11º 0.6% 0.56% -
HSV(B) 319.11º 0.64% 0.82% -
XYZ 36.07 21.52 38.81 -
YUV 125.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 210 75 167 0 0.64 0.20 0.18 319.11 0.6 0.56
Hex D2 4B A7 0 40 14 12 13F 3C 38
Octal 322 113 247 0 100 24 22 477 74 70
Binary 11010010 1001011 10100111 0 1000000 10100 10010 100111111 111100 111000

Color Harmonies of #D24BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24BA7

Black with #D24BA7

Text Example


Text Example

White with #D24BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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