#D75184

Color #D75184 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D75184

Tints of Cranberry #D75184

Color information

#D75184 (or 0xD75184) is unknown color: approx Cranberry. HEX triplet: D7, 51 and 84. RGB value is (215,81,132). Sum of RGB (Red+Green+Blue) = 215+81+132=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D75184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75184 is #28AE7B. Grayscale: #7E7E7E. Windows color (decimal): -2666108 or 8671703. OLE color: 8671703.

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

Color convert

RGB21581132-
CMYK00.620.390.16
HSL337.16º62.62%58.04%-
HSV(B)337.16º62.33%84.31%-
XYZ35.132224.22-
YUV126.88130.89190.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.23%
GREEN value IS 81 (32.03% from 255) = 18.93%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=50.23%
G=18.93%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158113200.620.390.16337.1662.6258.04
HexD7518403E27101513f3a
Octal32712120407647205217772
Binary11010111101000110000100011111010011110000101010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75184; }

 p { color: rgb(215,81,132); }

 H1.HeaderClassName
 {
   color: #D75184;
 }
 .AnyTagClassName
 {
   color: #D75184;
 }
</style>
background-color css

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

 a { background-color: rgb(215,81,132); }

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

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

 span { border-color: rgb(215,81,132); }

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