Html Css Color HEX #DB4C78 Cranberry

📋 copy color: '#DB4C78'

red 219 ◦ green 76 ◦ blue 120

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

Shades of Cranberry #DB4C78

Tints of Cranberry #DB4C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.31%

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 52.77%
G = 18.31%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB4C78 (or 0xDB4C78) is known color: Cranberry. HEX triplet: DB, 4C and 78. RGB value is (219,76,120). Sum of RGB (Red+Green+Blue) = 219+76+120=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4C78 is #24B387. Grayscale: #7B7B7B. Windows color (decimal): -2405256 or 7883995. OLE color: 7883995.

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

Color convert

RGB 219 76 120 -
CMYK 0 0.65 0.45 0.14
HSL 341.54º 0.67% 0.58% -
HSV(B) 341.54º 0.65% 0.86% -
XYZ 35.19 21.59 20.08 -
YUV 123.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 219 76 120 0 0.65 0.45 0.14 341.54 0.67 0.58
Hex DB 4C 78 0 41 2D E 156 43 3A
Octal 333 114 170 0 101 55 16 526 103 72
Binary 11011011 1001100 1111000 0 1000001 101101 1110 101010110 1000011 111010

Color Harmonies of #DB4C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C78

Black with #DB4C78

Text Example


Text Example

White with #DB4C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C78; }

 p { color: rgb(219,76,120); }

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

background-color css

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

 a { background-color: rgb(219,76,120); }

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

border-color css

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

 span { border-color: rgb(219,76,120); }

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