Html Css Color HEX #D6617C Cranberry

📋 copy color: '#D6617C'

red 214 ◦ green 97 ◦ blue 124

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

Shades of Cranberry #D6617C

Tints of Cranberry #D6617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.3%

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

R = 49.2%
G = 22.3%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6617C (or 0xD6617C) is known color: Cranberry. HEX triplet: D6, 61 and 7C. RGB value is (214,97,124). Sum of RGB (Red+Green+Blue) = 214+97+124=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6617C is #299E83. Grayscale: #878787. Windows color (decimal): -2727556 or 8151510. OLE color: 8151510.

HSL color Cylindrical-coordinate representation of color #D6617C: hue angle of 346.15º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6617C is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 97 124 -
CMYK 0 0.55 0.42 0.16
HSL 346.15º 0.59% 0.61% -
HSV(B) 346.15º 0.55% 0.84% -
XYZ 35.64 24.3 21.88 -
YUV 135.06 121.76 184.3 -
System Red Green Blue C M Y K H S L
Decimal 214 97 124 0 0.55 0.42 0.16 346.15 0.59 0.61
Hex D6 61 7C 0 37 2A 10 15A 3B 3D
Octal 326 141 174 0 67 52 20 532 73 75
Binary 11010110 1100001 1111100 0 110111 101010 10000 101011010 111011 111101

Color Harmonies of #D6617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6617C

Black with #D6617C

Text Example


Text Example

White with #D6617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6617C; }

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

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

background-color css

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

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

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

border-color css

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

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

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