Html Css Color HEX #DB507C Cranberry

📋 copy color: '#DB507C'

red 219 ◦ green 80 ◦ blue 124

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

Shades of Cranberry #DB507C

Tints of Cranberry #DB507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.91%

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

R = 51.77%
G = 18.91%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB507C (or 0xDB507C) is known color: Cranberry. HEX triplet: DB, 50 and 7C. RGB value is (219,80,124). Sum of RGB (Red+Green+Blue) = 219+80+124=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB507C is #24AF83. Grayscale: #7E7E7E. Windows color (decimal): -2404228 or 8147163. OLE color: 8147163.

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

Color convert

RGB 219 80 124 -
CMYK 0 0.63 0.43 0.14
HSL 341.01º 0.66% 0.59% -
HSV(B) 341.01º 0.63% 0.86% -
XYZ 35.72 22.25 21.48 -
YUV 126.58 126.55 193.92 -
System Red Green Blue C M Y K H S L
Decimal 219 80 124 0 0.63 0.43 0.14 341.01 0.66 0.59
Hex DB 50 7C 0 3F 2B E 155 42 3B
Octal 333 120 174 0 77 53 16 525 102 73
Binary 11011011 1010000 1111100 0 111111 101011 1110 101010101 1000010 111011

Color Harmonies of #DB507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB507C

Black with #DB507C

Text Example


Text Example

White with #DB507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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