Html Css Color HEX #D1597D Cranberry

📋 copy color: '#D1597D'

red 209 ◦ green 89 ◦ blue 125

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

Shades of Cranberry #D1597D

Tints of Cranberry #D1597D

RGB

 RED value IS 209 (82.03% from 255) = 49.41%

 GREEN value IS 89 (35.16% from 255) = 21.04%

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 49.41%
G = 21.04%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1597D (or 0xD1597D) is known color: Cranberry. HEX triplet: D1, 59 and 7D. RGB value is (209,89,125). Sum of RGB (Red+Green+Blue) = 209+89+125=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1597D is #2EA682. Grayscale: #808080. Windows color (decimal): -3057283 or 8214993. OLE color: 8214993.

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

Color convert

RGB 209 89 125 -
CMYK 0 0.57 0.40 0.18
HSL 342º 0.57% 0.58% -
HSV(B) 342º 0.57% 0.82% -
XYZ 33.57 22.18 21.91 -
YUV 128.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 209 89 125 0 0.57 0.40 0.18 342 0.57 0.58
Hex D1 59 7D 0 39 28 12 156 39 3A
Octal 321 131 175 0 71 50 22 526 71 72
Binary 11010001 1011001 1111101 0 111001 101000 10010 101010110 111001 111010

Color Harmonies of #D1597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1597D

Black with #D1597D

Text Example


Text Example

White with #D1597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1597D; }

 p { color: rgb(209,89,125); }

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

background-color css

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

 a { background-color: rgb(209,89,125); }

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

border-color css

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

 span { border-color: rgb(209,89,125); }

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