Html Css Color HEX #D6598A Cranberry

📋 copy color: '#D6598A'

red 214 ◦ green 89 ◦ blue 138

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

Shades of Cranberry #D6598A

Tints of Cranberry #D6598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 48.53%
G = 20.18%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6598A (or 0xD6598A) is known color: Cranberry. HEX triplet: D6, 59 and 8A. RGB value is (214,89,138). Sum of RGB (Red+Green+Blue) = 214+89+138=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6598A is #29A675. Grayscale: #838383. Windows color (decimal): -2729590 or 9066966. OLE color: 9066966.

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

Color convert

RGB 214 89 138 -
CMYK 0 0.58 0.36 0.16
HSL 336.48º 0.6% 0.59% -
HSV(B) 336.48º 0.58% 0.84% -
XYZ 35.89 23.28 26.65 -
YUV 131.96 131.41 186.52 -
System Red Green Blue C M Y K H S L
Decimal 214 89 138 0 0.58 0.36 0.16 336.48 0.6 0.59
Hex D6 59 8A 0 3A 24 10 150 3C 3B
Octal 326 131 212 0 72 44 20 520 74 73
Binary 11010110 1011001 10001010 0 111010 100100 10000 101010000 111100 111011

Color Harmonies of #D6598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6598A

Black with #D6598A

Text Example


Text Example

White with #D6598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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