Html Css Color HEX #D04695 Mulberry

📋 copy color: '#D04695'

red 208 ◦ green 70 ◦ blue 149

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

Shades of Mulberry #D04695

Tints of Mulberry #D04695

RGB

 RED value IS 208 (81.64% from 255) = 48.71%

 GREEN value IS 70 (27.73% from 255) = 16.39%

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 48.71%
G = 16.39%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D04695 (or 0xD04695) is known color: Mulberry. HEX triplet: D0, 46 and 95. RGB value is (208,70,149). Sum of RGB (Red+Green+Blue) = 208+70+149=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D04695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04695 is #2FB96A. Grayscale: #787878. Windows color (decimal): -3127659 or 9782992. OLE color: 9782992.

HSL color Cylindrical-coordinate representation of color #D04695: hue angle of 325.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04695 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 70 149 -
CMYK 0 0.66 0.28 0.18
HSL 325.65º 0.59% 0.55% -
HSV(B) 325.65º 0.66% 0.82% -
XYZ 33.63 19.96 30.51 -
YUV 120.27 144.22 190.58 -
System Red Green Blue C M Y K H S L
Decimal 208 70 149 0 0.66 0.28 0.18 325.65 0.59 0.55
Hex D0 46 95 0 42 1C 12 146 3B 37
Octal 320 106 225 0 102 34 22 506 73 67
Binary 11010000 1000110 10010101 0 1000010 11100 10010 101000110 111011 110111

Color Harmonies of #D04695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04695

Black with #D04695

Text Example


Text Example

White with #D04695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04695; }

 p { color: rgb(208,70,149); }

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

background-color css

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

 a { background-color: rgb(208,70,149); }

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

border-color css

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

 span { border-color: rgb(208,70,149); }

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