Html Css Color HEX #D23F97 Mulberry

📋 copy color: '#D23F97'

red 210 ◦ green 63 ◦ blue 151

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

Shades of Mulberry #D23F97

Tints of Mulberry #D23F97

RGB

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

 GREEN value IS 63 (25% from 255) = 14.86%

 BLUE value IS 151 (59.38% from 255) = 35.61%

R = 49.53%
G = 14.86%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D23F97 (or 0xD23F97) is known color: Mulberry. HEX triplet: D2, 3F and 97. RGB value is (210,63,151). Sum of RGB (Red+Green+Blue) = 210+63+151=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23F97 is #2DC068. Grayscale: #747474. Windows color (decimal): -2998377 or 9912274. OLE color: 9912274.

HSL color Cylindrical-coordinate representation of color #D23F97: hue angle of 324.08º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23F97 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 63 151 -
CMYK 0 0.70 0.28 0.18
HSL 324.08º 0.62% 0.54% -
HSV(B) 324.08º 0.7% 0.82% -
XYZ 33.94 19.49 31.25 -
YUV 116.99 147.2 194.34 -
System Red Green Blue C M Y K H S L
Decimal 210 63 151 0 0.70 0.28 0.18 324.08 0.62 0.54
Hex D2 3F 97 0 46 1C 12 144 3E 36
Octal 322 77 227 0 106 34 22 504 76 66
Binary 11010010 111111 10010111 0 1000110 11100 10010 101000100 111110 110110

Color Harmonies of #D23F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23F97

Black with #D23F97

Text Example


Text Example

White with #D23F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23F97; }

 p { color: rgb(210,63,151); }

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

background-color css

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

 a { background-color: rgb(210,63,151); }

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

border-color css

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

 span { border-color: rgb(210,63,151); }

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