Html Css Color HEX #D64197 Mulberry

📋 copy color: '#D64197'

red 214 ◦ green 65 ◦ blue 151

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

Shades of Mulberry #D64197

Tints of Mulberry #D64197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.12%

 BLUE value IS 151 (59.38% from 255) = 35.12%

R = 49.77%
G = 15.12%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64197 (or 0xD64197) is known color: Mulberry. HEX triplet: D6, 41 and 97. RGB value is (214,65,151). Sum of RGB (Red+Green+Blue) = 214+65+151=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D64197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64197 is #29BE68. Grayscale: #777777. Windows color (decimal): -2735721 or 9912790. OLE color: 9912790.

HSL color Cylindrical-coordinate representation of color #D64197: hue angle of 325.37º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64197 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 65 151 -
CMYK 0 0.70 0.29 0.16
HSL 325.37º 0.65% 0.55% -
HSV(B) 325.37º 0.7% 0.84% -
XYZ 35.21 20.31 31.34 -
YUV 119.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 214 65 151 0 0.70 0.29 0.16 325.37 0.65 0.55
Hex D6 41 97 0 46 1D 10 145 41 37
Octal 326 101 227 0 106 35 20 505 101 67
Binary 11010110 1000001 10010111 0 1000110 11101 10000 101000101 1000001 110111

Color Harmonies of #D64197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64197

Black with #D64197

Text Example


Text Example

White with #D64197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64197; }

 p { color: rgb(214,65,151); }

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

background-color css

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

 a { background-color: rgb(214,65,151); }

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

border-color css

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

 span { border-color: rgb(214,65,151); }

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