Html Css Color HEX #D250A5 Mulberry

📋 copy color: '#D250A5'

red 210 ◦ green 80 ◦ blue 165

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

Shades of Mulberry #D250A5

Tints of Mulberry #D250A5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.58%

 BLUE value IS 165 (64.84% from 255) = 36.26%

R = 46.15%
G = 17.58%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D250A5 (or 0xD250A5) is known color: Mulberry. HEX triplet: D2, 50 and A5. RGB value is (210,80,165). Sum of RGB (Red+Green+Blue) = 210+80+165=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D250A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D250A5 is #2DAF5A. Grayscale: #808080. Windows color (decimal): -2994011 or 10834130. OLE color: 10834130.

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

Color convert

RGB 210 80 165 -
CMYK 0 0.62 0.21 0.18
HSL 320.77º 0.59% 0.57% -
HSV(B) 320.77º 0.62% 0.82% -
XYZ 36.24 22.16 37.96 -
YUV 128.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 210 80 165 0 0.62 0.21 0.18 320.77 0.59 0.57
Hex D2 50 A5 0 3E 15 12 141 3B 39
Octal 322 120 245 0 76 25 22 501 73 71
Binary 11010010 1010000 10100101 0 111110 10101 10010 101000001 111011 111001

Color Harmonies of #D250A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250A5

Black with #D250A5

Text Example


Text Example

White with #D250A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250A5; }

 p { color: rgb(210,80,165); }

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

background-color css

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

 a { background-color: rgb(210,80,165); }

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

border-color css

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

 span { border-color: rgb(210,80,165); }

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