Html Css Color HEX #D54692 Mulberry

📋 copy color: '#D54692'

red 213 ◦ green 70 ◦ blue 146

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

Shades of Mulberry #D54692

Tints of Mulberry #D54692

RGB

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

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

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

R = 49.65%
G = 16.32%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54692 (or 0xD54692) is known color: Mulberry. HEX triplet: D5, 46 and 92. RGB value is (213,70,146). Sum of RGB (Red+Green+Blue) = 213+70+146=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D54692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54692 is #2AB96D. Grayscale: #797979. Windows color (decimal): -2799982 or 9586389. OLE color: 9586389.

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

Color convert

RGB 213 70 146 -
CMYK 0 0.67 0.31 0.16
HSL 328.11º 0.63% 0.55% -
HSV(B) 328.11º 0.67% 0.84% -
XYZ 34.82 20.6 29.34 -
YUV 121.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 213 70 146 0 0.67 0.31 0.16 328.11 0.63 0.55
Hex D5 46 92 0 43 1F 10 148 3F 37
Octal 325 106 222 0 103 37 20 510 77 67
Binary 11010101 1000110 10010010 0 1000011 11111 10000 101001000 111111 110111

Color Harmonies of #D54692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54692

Black with #D54692

Text Example


Text Example

White with #D54692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54692; }

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

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

background-color css

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

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

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

border-color css

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

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

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