Html Css Color HEX #D23BAA Mulberry

📋 copy color: '#D23BAA'

red 210 ◦ green 59 ◦ blue 170

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

Shades of Mulberry #D23BAA

Tints of Mulberry #D23BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.44%

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

R = 47.84%
G = 13.44%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D23BAA (or 0xD23BAA) is known color: Mulberry. HEX triplet: D2, 3B and AA. RGB value is (210,59,170). Sum of RGB (Red+Green+Blue) = 210+59+170=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23BAA is #2DC455. Grayscale: #747474. Windows color (decimal): -2999382 or 11156434. OLE color: 11156434.

HSL color Cylindrical-coordinate representation of color #D23BAA: hue angle of 315.89º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23BAA is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 59 170 -
CMYK 0 0.72 0.19 0.18
HSL 315.89º 0.63% 0.53% -
HSV(B) 315.89º 0.72% 0.82% -
XYZ 35.4 19.73 39.97 -
YUV 116.8 158.03 194.47 -
System Red Green Blue C M Y K H S L
Decimal 210 59 170 0 0.72 0.19 0.18 315.89 0.63 0.53
Hex D2 3B AA 0 48 13 12 13C 3F 35
Octal 322 73 252 0 110 23 22 474 77 65
Binary 11010010 111011 10101010 0 1001000 10011 10010 100111100 111111 110101

Color Harmonies of #D23BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23BAA

Black with #D23BAA

Text Example


Text Example

White with #D23BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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