Html Css Color HEX #D23BAB Mulberry

📋 copy color: '#D23BAB'

red 210 ◦ green 59 ◦ blue 171

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

Shades of Mulberry #D23BAB

Tints of Mulberry #D23BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 47.73%
G = 13.41%
B = 38.86%

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

#D23BAB (or 0xD23BAB) is known color: Mulberry. HEX triplet: D2, 3B and AB. RGB value is (210,59,171). Sum of RGB (Red+Green+Blue) = 210+59+171=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23BAB is #2DC454. Grayscale: #747474. Windows color (decimal): -2999381 or 11221970. OLE color: 11221970.

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

Color convert

RGB 210 59 171 -
CMYK 0 0.72 0.19 0.18
HSL 315.5º 0.63% 0.53% -
HSV(B) 315.5º 0.72% 0.82% -
XYZ 35.49 19.77 40.47 -
YUV 116.92 158.53 194.39 -
System Red Green Blue C M Y K H S L
Decimal 210 59 171 0 0.72 0.19 0.18 315.5 0.63 0.53
Hex D2 3B AB 0 48 13 12 13B 3F 35
Octal 322 73 253 0 110 23 22 473 77 65
Binary 11010010 111011 10101011 0 1001000 10011 10010 100111011 111111 110101

Color Harmonies of #D23BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23BAB

Black with #D23BAB

Text Example


Text Example

White with #D23BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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