#D9417B

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

Shades of Cranberry #D9417B

Tints of Cranberry #D9417B

Color information

#D9417B (or 0xD9417B) is unknown color: approx Cranberry. HEX triplet: D9, 41 and 7B. RGB value is (217,65,123). Sum of RGB (Red+Green+Blue) = 217+65+123=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9417B is #26BE84. Grayscale: #747474. Windows color (decimal): -2539141 or 8077785. OLE color: 8077785.

HSL color Cylindrical-coordinate representation of color #D9417B: hue angle of 337.11º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9417B is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB21765123-
CMYK00.700.430.15
HSL337.11º66.67%55.29%-
HSV(B)337.11º70.05%85.1%-
XYZ34.0819.9620.8-
YUV117.06131.36199.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.58%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=53.58%
G=16.05%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176512300.700.430.15337.1166.6755.29
HexD9417B0462BF1514337
Octal3311011730106531752110367
Binary11011001100000111110110100011010101111111010100011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9417B; }

 p { color: rgb(217,65,123); }

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

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

 a { background-color: rgb(217,65,123); }

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

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

 span { border-color: rgb(217,65,123); }

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