Html Css Color HEX #D64BA4 Mulberry

📋 copy color: '#D64BA4'

red 214 ◦ green 75 ◦ blue 164

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

Shades of Mulberry #D64BA4

Tints of Mulberry #D64BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.2%

R = 47.24%
G = 16.56%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D64BA4 (or 0xD64BA4) is known color: Mulberry. HEX triplet: D6, 4B and A4. RGB value is (214,75,164). Sum of RGB (Red+Green+Blue) = 214+75+164=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64BA4 is #29B45B. Grayscale: #7E7E7E. Windows color (decimal): -2733148 or 10767318. OLE color: 10767318.

HSL color Cylindrical-coordinate representation of color #D64BA4: hue angle of 321.58º 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 #D64BA4 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 75 164 -
CMYK 0 0.65 0.23 0.16
HSL 321.58º 0.63% 0.57% -
HSV(B) 321.58º 0.65% 0.84% -
XYZ 36.95 22.01 37.42 -
YUV 126.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 214 75 164 0 0.65 0.23 0.16 321.58 0.63 0.57
Hex D6 4B A4 0 41 17 10 142 3F 39
Octal 326 113 244 0 101 27 20 502 77 71
Binary 11010110 1001011 10100100 0 1000001 10111 10000 101000010 111111 111001

Color Harmonies of #D64BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64BA4

Black with #D64BA4

Text Example


Text Example

White with #D64BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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