Html Css Color HEX #DB5074 Cranberry

📋 copy color: '#DB5074'

red 219 ◦ green 80 ◦ blue 116

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

Shades of Cranberry #DB5074

Tints of Cranberry #DB5074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 52.77%
G = 19.28%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5074 (or 0xDB5074) is known color: Cranberry. HEX triplet: DB, 50 and 74. RGB value is (219,80,116). Sum of RGB (Red+Green+Blue) = 219+80+116=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5074 is #24AF8B. Grayscale: #7D7D7D. Windows color (decimal): -2404236 or 7622875. OLE color: 7622875.

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

Color convert

RGB 219 80 116 -
CMYK 0 0.63 0.47 0.14
HSL 344.46º 0.66% 0.59% -
HSV(B) 344.46º 0.63% 0.86% -
XYZ 35.23 22.06 18.92 -
YUV 125.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 219 80 116 0 0.63 0.47 0.14 344.46 0.66 0.59
Hex DB 50 74 0 3F 2F E 158 42 3B
Octal 333 120 164 0 77 57 16 530 102 73
Binary 11011011 1010000 1110100 0 111111 101111 1110 101011000 1000010 111011

Color Harmonies of #DB5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5074

Black with #DB5074

Text Example


Text Example

White with #DB5074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5074; }

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

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

background-color css

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

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

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

border-color css

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

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

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