Html Css Color HEX #DB4074 Cranberry

📋 copy color: '#DB4074'

red 219 ◦ green 64 ◦ blue 116

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

Shades of Cranberry #DB4074

Tints of Cranberry #DB4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.04%

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

R = 54.89%
G = 16.04%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB4074 (or 0xDB4074) is known color: Cranberry. HEX triplet: DB, 40 and 74. RGB value is (219,64,116). Sum of RGB (Red+Green+Blue) = 219+64+116=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4074 is #24BF8B. Grayscale: #747474. Windows color (decimal): -2408332 or 7618779. OLE color: 7618779.

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

Color convert

RGB 219 64 116 -
CMYK 0 0.71 0.47 0.14
HSL 339.87º 0.68% 0.55% -
HSV(B) 339.87º 0.71% 0.86% -
XYZ 34.2 19.99 18.58 -
YUV 116.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 219 64 116 0 0.71 0.47 0.14 339.87 0.68 0.55
Hex DB 40 74 0 47 2F E 154 44 37
Octal 333 100 164 0 107 57 16 524 104 67
Binary 11011011 1000000 1110100 0 1000111 101111 1110 101010100 1000100 110111

Color Harmonies of #DB4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4074

Black with #DB4074

Text Example


Text Example

White with #DB4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4074; }

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

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

background-color css

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

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

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

border-color css

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

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

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