Html Css Color HEX #D6617E Cranberry

📋 copy color: '#D6617E'

red 214 ◦ green 97 ◦ blue 126

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

Shades of Cranberry #D6617E

Tints of Cranberry #D6617E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.83%

R = 48.97%
G = 22.2%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6617E (or 0xD6617E) is known color: Cranberry. HEX triplet: D6, 61 and 7E. RGB value is (214,97,126). Sum of RGB (Red+Green+Blue) = 214+97+126=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6617E is #299E81. Grayscale: #878787. Windows color (decimal): -2727554 or 8282582. OLE color: 8282582.

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

Color convert

RGB 214 97 126 -
CMYK 0 0.55 0.41 0.16
HSL 345.13º 0.59% 0.61% -
HSV(B) 345.13º 0.55% 0.84% -
XYZ 35.77 24.35 22.55 -
YUV 135.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 214 97 126 0 0.55 0.41 0.16 345.13 0.59 0.61
Hex D6 61 7E 0 37 29 10 159 3B 3D
Octal 326 141 176 0 67 51 20 531 73 75
Binary 11010110 1100001 1111110 0 110111 101001 10000 101011001 111011 111101

Color Harmonies of #D6617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6617E

Black with #D6617E

Text Example


Text Example

White with #D6617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6617E; }

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

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

background-color css

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

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

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

border-color css

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

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

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