Html Css Color HEX #D25296 Mulberry

📋 copy color: '#D25296'

red 210 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #D25296

Tints of Mulberry #D25296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.55%

 BLUE value IS 150 (58.98% from 255) = 33.94%

R = 47.51%
G = 18.55%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D25296 (or 0xD25296) is known color: Mulberry. HEX triplet: D2, 52 and 96. RGB value is (210,82,150). Sum of RGB (Red+Green+Blue) = 210+82+150=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D25296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25296 is #2DAD69. Grayscale: #7F7F7F. Windows color (decimal): -2993514 or 9851602. OLE color: 9851602.

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

Color convert

RGB 210 82 150 -
CMYK 0 0.61 0.29 0.18
HSL 328.13º 0.59% 0.57% -
HSV(B) 328.13º 0.61% 0.82% -
XYZ 35.1 21.94 31.24 -
YUV 128.02 140.41 186.47 -
System Red Green Blue C M Y K H S L
Decimal 210 82 150 0 0.61 0.29 0.18 328.13 0.59 0.57
Hex D2 52 96 0 3D 1D 12 148 3B 39
Octal 322 122 226 0 75 35 22 510 73 71
Binary 11010010 1010010 10010110 0 111101 11101 10010 101001000 111011 111001

Color Harmonies of #D25296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25296

Black with #D25296

Text Example


Text Example

White with #D25296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25296; }

 p { color: rgb(210,82,150); }

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

background-color css

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

 a { background-color: rgb(210,82,150); }

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

border-color css

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

 span { border-color: rgb(210,82,150); }

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