Html Css Color HEX #D6597F Cranberry

📋 copy color: '#D6597F'

red 214 ◦ green 89 ◦ blue 127

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

Shades of Cranberry #D6597F

Tints of Cranberry #D6597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.53%

R = 49.77%
G = 20.7%
B = 29.53%

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

#D6597F (or 0xD6597F) is known color: Cranberry. HEX triplet: D6, 59 and 7F. RGB value is (214,89,127). Sum of RGB (Red+Green+Blue) = 214+89+127=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6597F is #29A680. Grayscale: #828282. Windows color (decimal): -2729601 or 8346070. OLE color: 8346070.

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

Color convert

RGB 214 89 127 -
CMYK 0 0.58 0.41 0.16
HSL 341.76º 0.6% 0.59% -
HSV(B) 341.76º 0.58% 0.84% -
XYZ 35.13 22.97 22.66 -
YUV 130.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 214 89 127 0 0.58 0.41 0.16 341.76 0.6 0.59
Hex D6 59 7F 0 3A 29 10 156 3C 3B
Octal 326 131 177 0 72 51 20 526 74 73
Binary 11010110 1011001 1111111 0 111010 101001 10000 101010110 111100 111011

Color Harmonies of #D6597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6597F

Black with #D6597F

Text Example


Text Example

White with #D6597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6597F; }

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

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

background-color css

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

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

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

border-color css

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

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

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