Html Css Color HEX #D3597D Cranberry

📋 copy color: '#D3597D'

red 211 ◦ green 89 ◦ blue 125

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

Shades of Cranberry #D3597D

Tints of Cranberry #D3597D

RGB

 RED value IS 211 (82.81% from 255) = 49.65%

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

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

R = 49.65%
G = 20.94%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3597D (or 0xD3597D) is known color: Cranberry. HEX triplet: D3, 59 and 7D. RGB value is (211,89,125). Sum of RGB (Red+Green+Blue) = 211+89+125=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D3597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3597D is #2CA682. Grayscale: #818181. Windows color (decimal): -2926211 or 8214995. OLE color: 8214995.

HSL color Cylindrical-coordinate representation of color #D3597D: hue angle of 342.3º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3597D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 89 125 -
CMYK 0 0.58 0.41 0.17
HSL 342.3º 0.58% 0.59% -
HSV(B) 342.3º 0.58% 0.83% -
XYZ 34.14 22.47 21.94 -
YUV 129.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 211 89 125 0 0.58 0.41 0.17 342.3 0.58 0.59
Hex D3 59 7D 0 3A 29 11 156 3A 3B
Octal 323 131 175 0 72 51 21 526 72 73
Binary 11010011 1011001 1111101 0 111010 101001 10001 101010110 111010 111011

Color Harmonies of #D3597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3597D

Black with #D3597D

Text Example


Text Example

White with #D3597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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