Html Css Color HEX #D250A8 Mulberry

📋 copy color: '#D250A8'

red 210 ◦ green 80 ◦ blue 168

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

Shades of Mulberry #D250A8

Tints of Mulberry #D250A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.68%

R = 45.85%
G = 17.47%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#D250A8 (or 0xD250A8) is known color: Mulberry. HEX triplet: D2, 50 and A8. RGB value is (210,80,168). Sum of RGB (Red+Green+Blue) = 210+80+168=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D250A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D250A8 is #2DAF57. Grayscale: #808080. Windows color (decimal): -2994008 or 11030738. OLE color: 11030738.

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

Color convert

RGB 210 80 168 -
CMYK 0 0.62 0.2 0.18
HSL 319.38º 0.59% 0.57% -
HSV(B) 319.38º 0.62% 0.82% -
XYZ 36.51 22.27 39.42 -
YUV 128.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 210 80 168 0 0.62 0.2 0.18 319.38 0.59 0.57
Hex D2 50 A8 0 3E 14 12 13F 3B 39
Octal 322 120 250 0 76 24 22 477 73 71
Binary 11010010 1010000 10101000 0 111110 10100 10010 100111111 111011 111001

Color Harmonies of #D250A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250A8

Black with #D250A8

Text Example


Text Example

White with #D250A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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