Html Css Color HEX #D6617B Cranberry

📋 copy color: '#D6617B'

red 214 ◦ green 97 ◦ blue 123

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

Shades of Cranberry #D6617B

Tints of Cranberry #D6617B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.34%

R = 49.31%
G = 22.35%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6617B (or 0xD6617B) is known color: Cranberry. HEX triplet: D6, 61 and 7B. RGB value is (214,97,123). Sum of RGB (Red+Green+Blue) = 214+97+123=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6617B is #299E84. Grayscale: #868686. Windows color (decimal): -2727557 or 8085974. OLE color: 8085974.

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

Color convert

RGB 214 97 123 -
CMYK 0 0.55 0.43 0.16
HSL 346.67º 0.59% 0.61% -
HSV(B) 346.67º 0.55% 0.84% -
XYZ 35.58 24.28 21.55 -
YUV 134.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 214 97 123 0 0.55 0.43 0.16 346.67 0.59 0.61
Hex D6 61 7B 0 37 2B 10 15B 3B 3D
Octal 326 141 173 0 67 53 20 533 73 75
Binary 11010110 1100001 1111011 0 110111 101011 10000 101011011 111011 111101

Color Harmonies of #D6617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6617B

Black with #D6617B

Text Example


Text Example

White with #D6617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6617B; }

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

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

background-color css

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

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

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

border-color css

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

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

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