Html Css Color HEX #D7469B Mulberry

📋 copy color: '#D7469B'

red 215 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #D7469B

Tints of Mulberry #D7469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.23%

R = 48.86%
G = 15.91%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7469B (or 0xD7469B) is known color: Mulberry. HEX triplet: D7, 46 and 9B. RGB value is (215,70,155). Sum of RGB (Red+Green+Blue) = 215+70+155=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7469B is #28B964. Grayscale: #7A7A7A. Windows color (decimal): -2668901 or 10176215. OLE color: 10176215.

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

Color convert

RGB 215 70 155 -
CMYK 0 0.67 0.28 0.16
HSL 324.83º 0.64% 0.56% -
HSV(B) 324.83º 0.67% 0.84% -
XYZ 36.13 21.19 33.2 -
YUV 123.05 146.04 193.59 -
System Red Green Blue C M Y K H S L
Decimal 215 70 155 0 0.67 0.28 0.16 324.83 0.64 0.56
Hex D7 46 9B 0 43 1C 10 145 40 38
Octal 327 106 233 0 103 34 20 505 100 70
Binary 11010111 1000110 10011011 0 1000011 11100 10000 101000101 1000000 111000

Color Harmonies of #D7469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7469B

Black with #D7469B

Text Example


Text Example

White with #D7469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7469B; }

 p { color: rgb(215,70,155); }

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

background-color css

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

 a { background-color: rgb(215,70,155); }

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

border-color css

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

 span { border-color: rgb(215,70,155); }

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