Html Css Color HEX #D64BA1 Mulberry

📋 copy color: '#D64BA1'

red 214 ◦ green 75 ◦ blue 161

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

Shades of Mulberry #D64BA1

Tints of Mulberry #D64BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.67%

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

R = 47.56%
G = 16.67%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D64BA1 (or 0xD64BA1) is known color: Mulberry. HEX triplet: D6, 4B and A1. RGB value is (214,75,161). Sum of RGB (Red+Green+Blue) = 214+75+161=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64BA1 is #29B45E. Grayscale: #7E7E7E. Windows color (decimal): -2733151 or 10570710. OLE color: 10570710.

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

Color convert

RGB 214 75 161 -
CMYK 0 0.65 0.25 0.16
HSL 322.88º 0.63% 0.57% -
HSV(B) 322.88º 0.65% 0.84% -
XYZ 36.68 21.9 36.01 -
YUV 126.37 147.55 190.51 -
System Red Green Blue C M Y K H S L
Decimal 214 75 161 0 0.65 0.25 0.16 322.88 0.63 0.57
Hex D6 4B A1 0 41 19 10 143 3F 39
Octal 326 113 241 0 101 31 20 503 77 71
Binary 11010110 1001011 10100001 0 1000001 11001 10000 101000011 111111 111001

Color Harmonies of #D64BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64BA1

Black with #D64BA1

Text Example


Text Example

White with #D64BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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