Html Css Color HEX #DB5378 Cranberry

📋 copy color: '#DB5378'

red 219 ◦ green 83 ◦ blue 120

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

Shades of Cranberry #DB5378

Tints of Cranberry #DB5378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.67%

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

R = 51.9%
G = 19.67%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB5378 (or 0xDB5378) is known color: Cranberry. HEX triplet: DB, 53 and 78. RGB value is (219,83,120). Sum of RGB (Red+Green+Blue) = 219+83+120=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5378 is #24AC87. Grayscale: #7F7F7F. Windows color (decimal): -2403464 or 7885787. OLE color: 7885787.

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

Color convert

RGB 219 83 120 -
CMYK 0 0.62 0.45 0.14
HSL 343.68º 0.65% 0.59% -
HSV(B) 343.68º 0.62% 0.86% -
XYZ 35.7 22.6 20.25 -
YUV 127.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 219 83 120 0 0.62 0.45 0.14 343.68 0.65 0.59
Hex DB 53 78 0 3E 2D E 158 41 3B
Octal 333 123 170 0 76 55 16 530 101 73
Binary 11011011 1010011 1111000 0 111110 101101 1110 101011000 1000001 111011

Color Harmonies of #DB5378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5378

Black with #DB5378

Text Example


Text Example

White with #DB5378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5378; }

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

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

background-color css

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

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

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

border-color css

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

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

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