Html Css Color HEX #DB617A Cranberry

📋 copy color: '#DB617A'

red 219 ◦ green 97 ◦ blue 122

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

Shades of Cranberry #DB617A

Tints of Cranberry #DB617A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 50%
G = 22.15%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB617A (or 0xDB617A) is known color: Cranberry. HEX triplet: DB, 61 and 7A. RGB value is (219,97,122). Sum of RGB (Red+Green+Blue) = 219+97+122=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB617A is #249E85. Grayscale: #888888. Windows color (decimal): -2399878 or 8020443. OLE color: 8020443.

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

Color convert

RGB 219 97 122 -
CMYK 0 0.56 0.44 0.14
HSL 347.7º 0.63% 0.62% -
HSV(B) 347.7º 0.56% 0.86% -
XYZ 37 25.01 21.29 -
YUV 136.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 219 97 122 0 0.56 0.44 0.14 347.7 0.63 0.62
Hex DB 61 7A 0 38 2C E 15C 3F 3E
Octal 333 141 172 0 70 54 16 534 77 76
Binary 11011011 1100001 1111010 0 111000 101100 1110 101011100 111111 111110

Color Harmonies of #DB617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB617A

Black with #DB617A

Text Example


Text Example

White with #DB617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB617A; }

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

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

background-color css

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

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

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

border-color css

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

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

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