Html Css Color HEX #D5597A Cranberry

📋 copy color: '#D5597A'

red 213 ◦ green 89 ◦ blue 122

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

Shades of Cranberry #D5597A

Tints of Cranberry #D5597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.77%

R = 50.24%
G = 20.99%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5597A (or 0xD5597A) is known color: Cranberry. HEX triplet: D5, 59 and 7A. RGB value is (213,89,122). Sum of RGB (Red+Green+Blue) = 213+89+122=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5597A is #2AA685. Grayscale: #818181. Windows color (decimal): -2795142 or 8018389. OLE color: 8018389.

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

Color convert

RGB 213 89 122 -
CMYK 0 0.58 0.43 0.16
HSL 344.03º 0.6% 0.59% -
HSV(B) 344.03º 0.58% 0.84% -
XYZ 34.53 22.7 20.97 -
YUV 129.84 123.58 187.32 -
System Red Green Blue C M Y K H S L
Decimal 213 89 122 0 0.58 0.43 0.16 344.03 0.6 0.59
Hex D5 59 7A 0 3A 2B 10 158 3C 3B
Octal 325 131 172 0 72 53 20 530 74 73
Binary 11010101 1011001 1111010 0 111010 101011 10000 101011000 111100 111011

Color Harmonies of #D5597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5597A

Black with #D5597A

Text Example


Text Example

White with #D5597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5597A; }

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

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

background-color css

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

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

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

border-color css

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

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

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