#D74D7D

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

Shades of Cranberry #D74D7D

Tints of Cranberry #D74D7D

Color information

#D74D7D (or 0xD74D7D) is unknown color: approx Cranberry. HEX triplet: D7, 4D and 7D. RGB value is (215,77,125). Sum of RGB (Red+Green+Blue) = 215+77+125=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D7D is #28B282. Grayscale: #7B7B7B. Windows color (decimal): -2667139 or 8211927. OLE color: 8211927.

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

Color convert

RGB21577125-
CMYK00.640.420.16
HSL339.13º63.3%57.25%-
HSV(B)339.13º64.19%84.31%-
XYZ34.3821.2421.69-
YUV123.73128.72193.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.56%
GREEN value IS 77 (30.47% from 255) = 18.47%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=51.56%
G=18.47%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157712500.640.420.16339.1363.357.25
HexD74D7D0402A101533f39
Octal327115175010052205237771
Binary11010111100110111111010100000010101010000101010011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74D7D; }

 p { color: rgb(215,77,125); }

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

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

 a { background-color: rgb(215,77,125); }

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

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

 span { border-color: rgb(215,77,125); }

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