#D25D7B

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

Shades of Cranberry #D25D7B

Tints of Cranberry #D25D7B

Color information

#D25D7B (or 0xD25D7B) is unknown color: approx Cranberry. HEX triplet: D2, 5D and 7B. RGB value is (210,93,123). Sum of RGB (Red+Green+Blue) = 210+93+123=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D7B is #2DA284. Grayscale: #838383. Windows color (decimal): -2990725 or 8084946. OLE color: 8084946.

HSL color Cylindrical-coordinate representation of color #D25D7B: hue angle of 344.62º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25D7B is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB21093123-
CMYK00.560.410.18
HSL344.62º56.52%59.41%-
HSV(B)344.62º55.71%82.35%-
XYZ34.0722.9621.38-
YUV131.4123.26184.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.30%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=49.30%
G=21.83%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109312300.560.410.18344.6256.5259.41
HexD25D7B0382912159393b
Octal32213517307051225317173
Binary1101001010111011111011011100010100110010101011001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25D7B; }

 p { color: rgb(210,93,123); }

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

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

 a { background-color: rgb(210,93,123); }

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

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

 span { border-color: rgb(210,93,123); }

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