Html Css Color HEX #D25493 Mulberry

📋 copy color: '#D25493'

red 210 ◦ green 84 ◦ blue 147

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

Shades of Mulberry #D25493

Tints of Mulberry #D25493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.05%

 BLUE value IS 147 (57.81% from 255) = 33.33%

R = 47.62%
G = 19.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D25493 (or 0xD25493) is known color: Mulberry. HEX triplet: D2, 54 and 93. RGB value is (210,84,147). Sum of RGB (Red+Green+Blue) = 210+84+147=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D25493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25493 is #2DAB6C. Grayscale: #808080. Windows color (decimal): -2993005 or 9655506. OLE color: 9655506.

HSL color Cylindrical-coordinate representation of color #D25493: hue angle of 330º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25493 is Cyan = 0, Magento = 0.6, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 84 147 -
CMYK 0 0.6 0.30 0.18
HSL 330º 0.58% 0.58% -
HSV(B) 330º 0.6% 0.82% -
XYZ 35.02 22.15 30.03 -
YUV 128.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 210 84 147 0 0.6 0.30 0.18 330 0.58 0.58
Hex D2 54 93 0 3C 1E 12 14A 3A 3A
Octal 322 124 223 0 74 36 22 512 72 72
Binary 11010010 1010100 10010011 0 111100 11110 10010 101001010 111010 111010

Color Harmonies of #D25493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25493

Black with #D25493

Text Example


Text Example

White with #D25493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25493; }

 p { color: rgb(210,84,147); }

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

background-color css

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

 a { background-color: rgb(210,84,147); }

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

border-color css

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

 span { border-color: rgb(210,84,147); }

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