Html Css Color HEX #D6597D Cranberry

📋 copy color: '#D6597D'

red 214 ◦ green 89 ◦ blue 125

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

Shades of Cranberry #D6597D

Tints of Cranberry #D6597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 50%
G = 20.79%
B = 29.21%

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

#D6597D (or 0xD6597D) is known color: Cranberry. HEX triplet: D6, 59 and 7D. RGB value is (214,89,125). Sum of RGB (Red+Green+Blue) = 214+89+125=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6597D is #29A682. Grayscale: #828282. Windows color (decimal): -2729603 or 8214998. OLE color: 8214998.

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

Color convert

RGB 214 89 125 -
CMYK 0 0.58 0.42 0.16
HSL 342.72º 0.6% 0.59% -
HSV(B) 342.72º 0.58% 0.84% -
XYZ 35.01 22.92 21.98 -
YUV 130.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 214 89 125 0 0.58 0.42 0.16 342.72 0.6 0.59
Hex D6 59 7D 0 3A 2A 10 157 3C 3B
Octal 326 131 175 0 72 52 20 527 74 73
Binary 11010110 1011001 1111101 0 111010 101010 10000 101010111 111100 111011

Color Harmonies of #D6597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6597D

Black with #D6597D

Text Example


Text Example

White with #D6597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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