Html Css Color HEX #D7458E Mulberry

📋 copy color: '#D7458E'

red 215 ◦ green 69 ◦ blue 142

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

Shades of Mulberry #D7458E

Tints of Mulberry #D7458E

RGB

 RED value IS 215 (84.38% from 255) = 50.47%

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

 BLUE value IS 142 (55.86% from 255) = 33.33%

R = 50.47%
G = 16.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7458E (or 0xD7458E) is known color: Mulberry. HEX triplet: D7, 45 and 8E. RGB value is (215,69,142). Sum of RGB (Red+Green+Blue) = 215+69+142=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7458E is #28BA71. Grayscale: #787878. Windows color (decimal): -2669170 or 9323991. OLE color: 9323991.

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

Color convert

RGB 215 69 142 -
CMYK 0 0.68 0.34 0.16
HSL 330º 0.65% 0.56% -
HSV(B) 330º 0.68% 0.84% -
XYZ 35.03 20.66 27.73 -
YUV 120.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 215 69 142 0 0.68 0.34 0.16 330 0.65 0.56
Hex D7 45 8E 0 44 22 10 14A 41 38
Octal 327 105 216 0 104 42 20 512 101 70
Binary 11010111 1000101 10001110 0 1000100 100010 10000 101001010 1000001 111000

Color Harmonies of #D7458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7458E

Black with #D7458E

Text Example


Text Example

White with #D7458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7458E; }

 p { color: rgb(215,69,142); }

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

background-color css

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

 a { background-color: rgb(215,69,142); }

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

border-color css

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

 span { border-color: rgb(215,69,142); }

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