Html Css Color HEX #DB5C78 Cranberry

📋 copy color: '#DB5C78'

red 219 ◦ green 92 ◦ blue 120

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

Shades of Cranberry #DB5C78

Tints of Cranberry #DB5C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.35%

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

R = 50.81%
G = 21.35%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB5C78 (or 0xDB5C78) is known color: Cranberry. HEX triplet: DB, 5C and 78. RGB value is (219,92,120). Sum of RGB (Red+Green+Blue) = 219+92+120=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C78 is #24A387. Grayscale: #858585. Windows color (decimal): -2401160 or 7888091. OLE color: 7888091.

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

Color convert

RGB 219 92 120 -
CMYK 0 0.58 0.45 0.14
HSL 346.77º 0.64% 0.61% -
HSV(B) 346.77º 0.58% 0.86% -
XYZ 36.43 24.07 20.5 -
YUV 133.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 219 92 120 0 0.58 0.45 0.14 346.77 0.64 0.61
Hex DB 5C 78 0 3A 2D E 15B 40 3D
Octal 333 134 170 0 72 55 16 533 100 75
Binary 11011011 1011100 1111000 0 111010 101101 1110 101011011 1000000 111101

Color Harmonies of #DB5C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C78

Black with #DB5C78

Text Example


Text Example

White with #DB5C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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