Html Css Color HEX #DB5974 Cranberry

📋 copy color: '#DB5974'

red 219 ◦ green 89 ◦ blue 116

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

Shades of Cranberry #DB5974

Tints of Cranberry #DB5974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.99%

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

R = 51.65%
G = 20.99%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5974 (or 0xDB5974) is known color: Cranberry. HEX triplet: DB, 59 and 74. RGB value is (219,89,116). Sum of RGB (Red+Green+Blue) = 219+89+116=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5974 is #24A68B. Grayscale: #828282. Windows color (decimal): -2401932 or 7625179. OLE color: 7625179.

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

Color convert

RGB 219 89 116 -
CMYK 0 0.59 0.47 0.14
HSL 347.54º 0.64% 0.6% -
HSV(B) 347.54º 0.59% 0.86% -
XYZ 35.94 23.47 19.16 -
YUV 130.95 119.57 190.8 -
System Red Green Blue C M Y K H S L
Decimal 219 89 116 0 0.59 0.47 0.14 347.54 0.64 0.6
Hex DB 59 74 0 3B 2F E 15C 40 3C
Octal 333 131 164 0 73 57 16 534 100 74
Binary 11011011 1011001 1110100 0 111011 101111 1110 101011100 1000000 111100

Color Harmonies of #DB5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5974

Black with #DB5974

Text Example


Text Example

White with #DB5974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5974; }

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

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

background-color css

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

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

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

border-color css

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

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

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