Html Css Color HEX #D5597B Cranberry

📋 copy color: '#D5597B'

red 213 ◦ green 89 ◦ blue 123

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

Shades of Cranberry #D5597B

Tints of Cranberry #D5597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 50.12%
G = 20.94%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5597B (or 0xD5597B) is known color: Cranberry. HEX triplet: D5, 59 and 7B. RGB value is (213,89,123). Sum of RGB (Red+Green+Blue) = 213+89+123=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5597B is #2AA684. Grayscale: #818181. Windows color (decimal): -2795141 or 8083925. OLE color: 8083925.

HSL color Cylindrical-coordinate representation of color #D5597B: hue angle of 343.55º 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 #D5597B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 123 -
CMYK 0 0.58 0.42 0.16
HSL 343.55º 0.6% 0.59% -
HSV(B) 343.55º 0.58% 0.84% -
XYZ 34.59 22.72 21.3 -
YUV 129.95 124.08 187.24 -
System Red Green Blue C M Y K H S L
Decimal 213 89 123 0 0.58 0.42 0.16 343.55 0.6 0.59
Hex D5 59 7B 0 3A 2A 10 158 3C 3B
Octal 325 131 173 0 72 52 20 530 74 73
Binary 11010101 1011001 1111011 0 111010 101010 10000 101011000 111100 111011

Color Harmonies of #D5597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5597B

Black with #D5597B

Text Example


Text Example

White with #D5597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5597B; }

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

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

background-color css

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

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

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

border-color css

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

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

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