Html Css Color HEX #DB507E Cranberry

📋 copy color: '#DB507E'

red 219 ◦ green 80 ◦ blue 126

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

Shades of Cranberry #DB507E

Tints of Cranberry #DB507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.65%

R = 51.53%
G = 18.82%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB507E (or 0xDB507E) is known color: Cranberry. HEX triplet: DB, 50 and 7E. RGB value is (219,80,126). Sum of RGB (Red+Green+Blue) = 219+80+126=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB507E is #24AF81. Grayscale: #7E7E7E. Windows color (decimal): -2404226 or 8278235. OLE color: 8278235.

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

Color convert

RGB 219 80 126 -
CMYK 0 0.63 0.42 0.14
HSL 340.14º 0.66% 0.59% -
HSV(B) 340.14º 0.63% 0.86% -
XYZ 35.85 22.3 22.15 -
YUV 126.81 127.55 193.76 -
System Red Green Blue C M Y K H S L
Decimal 219 80 126 0 0.63 0.42 0.14 340.14 0.66 0.59
Hex DB 50 7E 0 3F 2A E 154 42 3B
Octal 333 120 176 0 77 52 16 524 102 73
Binary 11011011 1010000 1111110 0 111111 101010 1110 101010100 1000010 111011

Color Harmonies of #DB507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB507E

Black with #DB507E

Text Example


Text Example

White with #DB507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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