Html Css Color HEX #DB507B Cranberry

📋 copy color: '#DB507B'

red 219 ◦ green 80 ◦ blue 123

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

Shades of Cranberry #DB507B

Tints of Cranberry #DB507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.15%

R = 51.9%
G = 18.96%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB507B (or 0xDB507B) is known color: Cranberry. HEX triplet: DB, 50 and 7B. RGB value is (219,80,123). Sum of RGB (Red+Green+Blue) = 219+80+123=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB507B is #24AF84. Grayscale: #7E7E7E. Windows color (decimal): -2404229 or 8081627. OLE color: 8081627.

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

Color convert

RGB 219 80 123 -
CMYK 0 0.63 0.44 0.14
HSL 341.44º 0.66% 0.59% -
HSV(B) 341.44º 0.63% 0.86% -
XYZ 35.66 22.23 21.15 -
YUV 126.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 219 80 123 0 0.63 0.44 0.14 341.44 0.66 0.59
Hex DB 50 7B 0 3F 2C E 155 42 3B
Octal 333 120 173 0 77 54 16 525 102 73
Binary 11011011 1010000 1111011 0 111111 101100 1110 101010101 1000010 111011

Color Harmonies of #DB507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB507B

Black with #DB507B

Text Example


Text Example

White with #DB507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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