Html Css Color HEX #DB617D Cranberry

📋 copy color: '#DB617D'

red 219 ◦ green 97 ◦ blue 125

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

Shades of Cranberry #DB617D

Tints of Cranberry #DB617D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 49.66%
G = 22%
B = 28.34%

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

#DB617D (or 0xDB617D) is known color: Cranberry. HEX triplet: DB, 61 and 7D. RGB value is (219,97,125). Sum of RGB (Red+Green+Blue) = 219+97+125=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB617D is #249E82. Grayscale: #888888. Windows color (decimal): -2399875 or 8217051. OLE color: 8217051.

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

Color convert

RGB 219 97 125 -
CMYK 0 0.56 0.43 0.14
HSL 346.23º 0.63% 0.62% -
HSV(B) 346.23º 0.56% 0.86% -
XYZ 37.19 25.09 22.28 -
YUV 136.67 121.42 186.72 -
System Red Green Blue C M Y K H S L
Decimal 219 97 125 0 0.56 0.43 0.14 346.23 0.63 0.62
Hex DB 61 7D 0 38 2B E 15A 3F 3E
Octal 333 141 175 0 70 53 16 532 77 76
Binary 11011011 1100001 1111101 0 111000 101011 1110 101011010 111111 111110

Color Harmonies of #DB617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB617D

Black with #DB617D

Text Example


Text Example

White with #DB617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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