Html Css Color HEX #D55692 Mulberry

📋 copy color: '#D55692'

red 213 ◦ green 86 ◦ blue 146

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

Shades of Mulberry #D55692

Tints of Mulberry #D55692

RGB

 RED value IS 213 (83.59% from 255) = 47.87%

 GREEN value IS 86 (33.98% from 255) = 19.33%

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

R = 47.87%
G = 19.33%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D55692 (or 0xD55692) is known color: Mulberry. HEX triplet: D5, 56 and 92. RGB value is (213,86,146). Sum of RGB (Red+Green+Blue) = 213+86+146=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D55692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55692 is #2AA96D. Grayscale: #828282. Windows color (decimal): -2795886 or 9590485. OLE color: 9590485.

HSL color Cylindrical-coordinate representation of color #D55692: hue angle of 331.65º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55692 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 86 146 -
CMYK 0 0.60 0.31 0.16
HSL 331.65º 0.6% 0.59% -
HSV(B) 331.65º 0.6% 0.84% -
XYZ 35.96 22.88 29.71 -
YUV 130.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 213 86 146 0 0.60 0.31 0.16 331.65 0.6 0.59
Hex D5 56 92 0 3C 1F 10 14C 3C 3B
Octal 325 126 222 0 74 37 20 514 74 73
Binary 11010101 1010110 10010010 0 111100 11111 10000 101001100 111100 111011

Color Harmonies of #D55692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55692

Black with #D55692

Text Example


Text Example

White with #D55692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55692; }

 p { color: rgb(213,86,146); }

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

background-color css

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

 a { background-color: rgb(213,86,146); }

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

border-color css

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

 span { border-color: rgb(213,86,146); }

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