Html Css Color HEX #DB617C Cranberry

📋 copy color: '#DB617C'

red 219 ◦ green 97 ◦ blue 124

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

Shades of Cranberry #DB617C

Tints of Cranberry #DB617C

RGB

 RED value IS 219 (85.94% from 255) = 49.77%

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

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

R = 49.77%
G = 22.05%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB617C (or 0xDB617C) is known color: Cranberry. HEX triplet: DB, 61 and 7C. RGB value is (219,97,124). Sum of RGB (Red+Green+Blue) = 219+97+124=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB617C is #249E83. Grayscale: #888888. Windows color (decimal): -2399876 or 8151515. OLE color: 8151515.

HSL color Cylindrical-coordinate representation of color #DB617C: hue angle of 346.72º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB617C is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 97 124 -
CMYK 0 0.56 0.43 0.14
HSL 346.72º 0.63% 0.62% -
HSV(B) 346.72º 0.56% 0.86% -
XYZ 37.13 25.06 21.95 -
YUV 136.56 120.92 186.8 -
System Red Green Blue C M Y K H S L
Decimal 219 97 124 0 0.56 0.43 0.14 346.72 0.63 0.62
Hex DB 61 7C 0 38 2B E 15B 3F 3E
Octal 333 141 174 0 70 53 16 533 77 76
Binary 11011011 1100001 1111100 0 111000 101011 1110 101011011 111111 111110

Color Harmonies of #DB617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB617C

Black with #DB617C

Text Example


Text Example

White with #DB617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB617C; }

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

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

background-color css

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

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

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

border-color css

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

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

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