Html Css Color HEX #D254A5 Mulberry

📋 copy color: '#D254A5'

red 210 ◦ green 84 ◦ blue 165

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

Shades of Mulberry #D254A5

Tints of Mulberry #D254A5

RGB

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

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

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

R = 45.75%
G = 18.3%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D254A5 (or 0xD254A5) is known color: Mulberry. HEX triplet: D2, 54 and A5. RGB value is (210,84,165). Sum of RGB (Red+Green+Blue) = 210+84+165=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D254A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D254A5 is #2DAB5A. Grayscale: #828282. Windows color (decimal): -2992987 or 10835154. OLE color: 10835154.

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

Color convert

RGB 210 84 165 -
CMYK 0 0.6 0.21 0.18
HSL 321.43º 0.58% 0.58% -
HSV(B) 321.43º 0.6% 0.82% -
XYZ 36.54 22.76 38.06 -
YUV 130.91 147.24 184.41 -
System Red Green Blue C M Y K H S L
Decimal 210 84 165 0 0.6 0.21 0.18 321.43 0.58 0.58
Hex D2 54 A5 0 3C 15 12 141 3A 3A
Octal 322 124 245 0 74 25 22 501 72 72
Binary 11010010 1010100 10100101 0 111100 10101 10010 101000001 111010 111010

Color Harmonies of #D254A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D254A5

Black with #D254A5

Text Example


Text Example

White with #D254A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D254A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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