Html Css Color HEX #D6597C Cranberry

📋 copy color: '#D6597C'

red 214 ◦ green 89 ◦ blue 124

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

Shades of Cranberry #D6597C

Tints of Cranberry #D6597C

RGB

 RED value IS 214 (83.98% from 255) = 50.12%

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

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 50.12%
G = 20.84%
B = 29.04%

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

#D6597C (or 0xD6597C) is known color: Cranberry. HEX triplet: D6, 59 and 7C. RGB value is (214,89,124). Sum of RGB (Red+Green+Blue) = 214+89+124=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6597C is #29A683. Grayscale: #828282. Windows color (decimal): -2729604 or 8149462. OLE color: 8149462.

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

Color convert

RGB 214 89 124 -
CMYK 0 0.58 0.42 0.16
HSL 343.2º 0.6% 0.59% -
HSV(B) 343.2º 0.58% 0.84% -
XYZ 34.94 22.9 21.65 -
YUV 130.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 214 89 124 0 0.58 0.42 0.16 343.2 0.6 0.59
Hex D6 59 7C 0 3A 2A 10 157 3C 3B
Octal 326 131 174 0 72 52 20 527 74 73
Binary 11010110 1011001 1111100 0 111010 101010 10000 101010111 111100 111011

Color Harmonies of #D6597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6597C

Black with #D6597C

Text Example


Text Example

White with #D6597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6597C; }

 p { color: rgb(214,89,124); }

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

background-color css

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

 a { background-color: rgb(214,89,124); }

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

border-color css

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

 span { border-color: rgb(214,89,124); }

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