Html Css Color HEX #D23DA4 Mulberry

📋 copy color: '#D23DA4'

red 210 ◦ green 61 ◦ blue 164

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

Shades of Mulberry #D23DA4

Tints of Mulberry #D23DA4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.02%

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 48.28%
G = 14.02%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D23DA4 (or 0xD23DA4) is known color: Mulberry. HEX triplet: D2, 3D and A4. RGB value is (210,61,164). Sum of RGB (Red+Green+Blue) = 210+61+164=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DA4 is #2DC25B. Grayscale: #757575. Windows color (decimal): -2998876 or 10763730. OLE color: 10763730.

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

Color convert

RGB 210 61 164 -
CMYK 0 0.71 0.22 0.18
HSL 318.52º 0.62% 0.53% -
HSV(B) 318.52º 0.71% 0.82% -
XYZ 34.95 19.72 37.09 -
YUV 117.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 210 61 164 0 0.71 0.22 0.18 318.52 0.62 0.53
Hex D2 3D A4 0 47 16 12 13F 3E 35
Octal 322 75 244 0 107 26 22 477 76 65
Binary 11010010 111101 10100100 0 1000111 10110 10010 100111111 111110 110101

Color Harmonies of #D23DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DA4

Black with #D23DA4

Text Example


Text Example

White with #D23DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DA4; }

 p { color: rgb(210,61,164); }

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

background-color css

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

 a { background-color: rgb(210,61,164); }

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

border-color css

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

 span { border-color: rgb(210,61,164); }

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