Html Css Color HEX #D5597E Cranberry

📋 copy color: '#D5597E'

red 213 ◦ green 89 ◦ blue 126

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

Shades of Cranberry #D5597E

Tints of Cranberry #D5597E

RGB

 RED value IS 213 (83.59% from 255) = 49.77%

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

 BLUE value IS 126 (49.61% from 255) = 29.44%

R = 49.77%
G = 20.79%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5597E (or 0xD5597E) is known color: Cranberry. HEX triplet: D5, 59 and 7E. RGB value is (213,89,126). Sum of RGB (Red+Green+Blue) = 213+89+126=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5597E is #2AA681. Grayscale: #828282. Windows color (decimal): -2795138 or 8280533. OLE color: 8280533.

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

Color convert

RGB 213 89 126 -
CMYK 0 0.58 0.41 0.16
HSL 342.1º 0.6% 0.59% -
HSV(B) 342.1º 0.58% 0.84% -
XYZ 34.78 22.8 22.31 -
YUV 130.29 125.58 186.99 -
System Red Green Blue C M Y K H S L
Decimal 213 89 126 0 0.58 0.41 0.16 342.1 0.6 0.59
Hex D5 59 7E 0 3A 29 10 156 3C 3B
Octal 325 131 176 0 72 51 20 526 74 73
Binary 11010101 1011001 1111110 0 111010 101001 10000 101010110 111100 111011

Color Harmonies of #D5597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5597E

Black with #D5597E

Text Example


Text Example

White with #D5597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5597E; }

 p { color: rgb(213,89,126); }

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

background-color css

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

 a { background-color: rgb(213,89,126); }

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

border-color css

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

 span { border-color: rgb(213,89,126); }

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