Html Css Color HEX #D952A2 Mulberry

📋 copy color: '#D952A2'

red 217 ◦ green 82 ◦ blue 162

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

Shades of Mulberry #D952A2

Tints of Mulberry #D952A2

RGB

 RED value IS 217 (85.16% from 255) = 47.07%

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

 BLUE value IS 162 (63.67% from 255) = 35.14%

R = 47.07%
G = 17.79%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D952A2 (or 0xD952A2) is known color: Mulberry. HEX triplet: D9, 52 and A2. RGB value is (217,82,162). Sum of RGB (Red+Green+Blue) = 217+82+162=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D952A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D952A2 is #26AD5D. Grayscale: #838383. Windows color (decimal): -2534750 or 10638041. OLE color: 10638041.

HSL color Cylindrical-coordinate representation of color #D952A2: hue angle of 324.44º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D952A2 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 82 162 -
CMYK 0 0.62 0.25 0.15
HSL 324.44º 0.64% 0.59% -
HSV(B) 324.44º 0.62% 0.85% -
XYZ 38.15 23.39 36.69 -
YUV 131.49 145.23 189 -
System Red Green Blue C M Y K H S L
Decimal 217 82 162 0 0.62 0.25 0.15 324.44 0.64 0.59
Hex D9 52 A2 0 3E 19 F 144 40 3B
Octal 331 122 242 0 76 31 17 504 100 73
Binary 11011001 1010010 10100010 0 111110 11001 1111 101000100 1000000 111011

Color Harmonies of #D952A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952A2

Black with #D952A2

Text Example


Text Example

White with #D952A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952A2; }

 p { color: rgb(217,82,162); }

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

background-color css

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

 a { background-color: rgb(217,82,162); }

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

border-color css

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

 span { border-color: rgb(217,82,162); }

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