Html Css Color HEX #D257A5 Mulberry

📋 copy color: '#D257A5'

red 210 ◦ green 87 ◦ blue 165

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

Shades of Mulberry #D257A5

Tints of Mulberry #D257A5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.83%

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

R = 45.45%
G = 18.83%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D257A5 (or 0xD257A5) is known color: Mulberry. HEX triplet: D2, 57 and A5. RGB value is (210,87,165). Sum of RGB (Red+Green+Blue) = 210+87+165=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D257A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D257A5 is #2DA85A. Grayscale: #848484. Windows color (decimal): -2992219 or 10835922. OLE color: 10835922.

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

Color convert

RGB 210 87 165 -
CMYK 0 0.59 0.21 0.18
HSL 321.95º 0.58% 0.58% -
HSV(B) 321.95º 0.59% 0.82% -
XYZ 36.78 23.23 38.14 -
YUV 132.67 146.25 183.16 -
System Red Green Blue C M Y K H S L
Decimal 210 87 165 0 0.59 0.21 0.18 321.95 0.58 0.58
Hex D2 57 A5 0 3B 15 12 142 3A 3A
Octal 322 127 245 0 73 25 22 502 72 72
Binary 11010010 1010111 10100101 0 111011 10101 10010 101000010 111010 111010

Color Harmonies of #D257A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D257A5

Black with #D257A5

Text Example


Text Example

White with #D257A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D257A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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