Html Css Color HEX #DB5474 Cranberry

📋 copy color: '#DB5474'

red 219 ◦ green 84 ◦ blue 116

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

Shades of Cranberry #DB5474

Tints of Cranberry #DB5474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.05%

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

R = 52.27%
G = 20.05%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5474 (or 0xDB5474) is known color: Cranberry. HEX triplet: DB, 54 and 74. RGB value is (219,84,116). Sum of RGB (Red+Green+Blue) = 219+84+116=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5474 is #24AB8B. Grayscale: #808080. Windows color (decimal): -2403212 or 7623899. OLE color: 7623899.

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

Color convert

RGB 219 84 116 -
CMYK 0 0.62 0.47 0.14
HSL 345.78º 0.65% 0.59% -
HSV(B) 345.78º 0.62% 0.86% -
XYZ 35.54 22.66 19.02 -
YUV 128.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 219 84 116 0 0.62 0.47 0.14 345.78 0.65 0.59
Hex DB 54 74 0 3E 2F E 15A 41 3B
Octal 333 124 164 0 76 57 16 532 101 73
Binary 11011011 1010100 1110100 0 111110 101111 1110 101011010 1000001 111011

Color Harmonies of #DB5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5474

Black with #DB5474

Text Example


Text Example

White with #DB5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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