Html Css Color HEX #D652A1 Mulberry

📋 copy color: '#D652A1'

red 214 ◦ green 82 ◦ blue 161

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

Shades of Mulberry #D652A1

Tints of Mulberry #D652A1

RGB

 RED value IS 214 (83.98% from 255) = 46.83%

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

 BLUE value IS 161 (63.28% from 255) = 35.23%

R = 46.83%
G = 17.94%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D652A1 (or 0xD652A1) is known color: Mulberry. HEX triplet: D6, 52 and A1. RGB value is (214,82,161). Sum of RGB (Red+Green+Blue) = 214+82+161=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D652A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D652A1 is #29AD5E. Grayscale: #828282. Windows color (decimal): -2731359 or 10572502. OLE color: 10572502.

HSL color Cylindrical-coordinate representation of color #D652A1: hue angle of 324.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D652A1 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 161 -
CMYK 0 0.62 0.25 0.16
HSL 324.09º 0.62% 0.58% -
HSV(B) 324.09º 0.62% 0.84% -
XYZ 37.18 22.9 36.18 -
YUV 130.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 214 82 161 0 0.62 0.25 0.16 324.09 0.62 0.58
Hex D6 52 A1 0 3E 19 10 144 3E 3A
Octal 326 122 241 0 76 31 20 504 76 72
Binary 11010110 1010010 10100001 0 111110 11001 10000 101000100 111110 111010

Color Harmonies of #D652A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D652A1

Black with #D652A1

Text Example


Text Example

White with #D652A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D652A1; }

 p { color: rgb(214,82,161); }

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

background-color css

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

 a { background-color: rgb(214,82,161); }

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

border-color css

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

 span { border-color: rgb(214,82,161); }

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