Html Css Color HEX #D64B96 Mulberry

📋 copy color: '#D64B96'

red 214 ◦ green 75 ◦ blue 150

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

Shades of Mulberry #D64B96

Tints of Mulberry #D64B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.17%

R = 48.75%
G = 17.08%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D64B96 (or 0xD64B96) is known color: Mulberry. HEX triplet: D6, 4B and 96. RGB value is (214,75,150). Sum of RGB (Red+Green+Blue) = 214+75+150=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B96 is #29B469. Grayscale: #7C7C7C. Windows color (decimal): -2733162 or 9849814. OLE color: 9849814.

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

Color convert

RGB 214 75 150 -
CMYK 0 0.65 0.30 0.16
HSL 327.63º 0.63% 0.57% -
HSV(B) 327.63º 0.65% 0.84% -
XYZ 35.75 21.53 31.13 -
YUV 125.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 214 75 150 0 0.65 0.30 0.16 327.63 0.63 0.57
Hex D6 4B 96 0 41 1E 10 148 3F 39
Octal 326 113 226 0 101 36 20 510 77 71
Binary 11010110 1001011 10010110 0 1000001 11110 10000 101001000 111111 111001

Color Harmonies of #D64B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B96

Black with #D64B96

Text Example


Text Example

White with #D64B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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