Html Css Color HEX #D64592 Mulberry

📋 copy color: '#D64592'

red 214 ◦ green 69 ◦ blue 146

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

Shades of Mulberry #D64592

Tints of Mulberry #D64592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 49.88%
G = 16.08%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D64592 (or 0xD64592) is known color: Mulberry. HEX triplet: D6, 45 and 92. RGB value is (214,69,146). Sum of RGB (Red+Green+Blue) = 214+69+146=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D64592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64592 is #29BA6D. Grayscale: #787878. Windows color (decimal): -2734702 or 9586134. OLE color: 9586134.

HSL color Cylindrical-coordinate representation of color #D64592: hue angle of 328.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64592 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 146 -
CMYK 0 0.68 0.32 0.16
HSL 328.14º 0.64% 0.55% -
HSV(B) 328.14º 0.68% 0.84% -
XYZ 35.05 20.63 29.33 -
YUV 121.13 142.04 194.24 -
System Red Green Blue C M Y K H S L
Decimal 214 69 146 0 0.68 0.32 0.16 328.14 0.64 0.55
Hex D6 45 92 0 44 20 10 148 40 37
Octal 326 105 222 0 104 40 20 510 100 67
Binary 11010110 1000101 10010010 0 1000100 100000 10000 101001000 1000000 110111

Color Harmonies of #D64592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64592

Black with #D64592

Text Example


Text Example

White with #D64592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64592; }

 p { color: rgb(214,69,146); }

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

background-color css

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

 a { background-color: rgb(214,69,146); }

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

border-color css

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

 span { border-color: rgb(214,69,146); }

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