Html Css Color HEX #DB4E7A Cranberry

📋 copy color: '#DB4E7A'

red 219 ◦ green 78 ◦ blue 122

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

Shades of Cranberry #DB4E7A

Tints of Cranberry #DB4E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.62%

 BLUE value IS 122 (48.05% from 255) = 29.12%

R = 52.27%
G = 18.62%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB4E7A (or 0xDB4E7A) is known color: Cranberry. HEX triplet: DB, 4E and 7A. RGB value is (219,78,122). Sum of RGB (Red+Green+Blue) = 219+78+122=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4E7A is #24B185. Grayscale: #7D7D7D. Windows color (decimal): -2404742 or 8015579. OLE color: 8015579.

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

Color convert

RGB 219 78 122 -
CMYK 0 0.64 0.44 0.14
HSL 341.28º 0.66% 0.58% -
HSV(B) 341.28º 0.64% 0.86% -
XYZ 35.45 21.91 20.77 -
YUV 125.18 126.21 194.92 -
System Red Green Blue C M Y K H S L
Decimal 219 78 122 0 0.64 0.44 0.14 341.28 0.66 0.58
Hex DB 4E 7A 0 40 2C E 155 42 3A
Octal 333 116 172 0 100 54 16 525 102 72
Binary 11011011 1001110 1111010 0 1000000 101100 1110 101010101 1000010 111010

Color Harmonies of #DB4E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4E7A

Black with #DB4E7A

Text Example


Text Example

White with #DB4E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4E7A; }

 p { color: rgb(219,78,122); }

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

background-color css

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

 a { background-color: rgb(219,78,122); }

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

border-color css

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

 span { border-color: rgb(219,78,122); }

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