Html Css Color HEX #DB4077 Cranberry

📋 copy color: '#DB4077'

red 219 ◦ green 64 ◦ blue 119

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

Shades of Cranberry #DB4077

Tints of Cranberry #DB4077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.6%

R = 54.48%
G = 15.92%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB4077 (or 0xDB4077) is known color: Cranberry. HEX triplet: DB, 40 and 77. RGB value is (219,64,119). Sum of RGB (Red+Green+Blue) = 219+64+119=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4077 is #24BF88. Grayscale: #747474. Windows color (decimal): -2408329 or 7815387. OLE color: 7815387.

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

Color convert

RGB 219 64 119 -
CMYK 0 0.71 0.46 0.14
HSL 338.71º 0.68% 0.55% -
HSV(B) 338.71º 0.71% 0.86% -
XYZ 34.38 20.06 19.51 -
YUV 116.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 219 64 119 0 0.71 0.46 0.14 338.71 0.68 0.55
Hex DB 40 77 0 47 2E E 153 44 37
Octal 333 100 167 0 107 56 16 523 104 67
Binary 11011011 1000000 1110111 0 1000111 101110 1110 101010011 1000100 110111

Color Harmonies of #DB4077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4077

Black with #DB4077

Text Example


Text Example

White with #DB4077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4077; }

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

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

background-color css

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

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

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

border-color css

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

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

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