Html Css Color HEX #DB4E7B Cranberry

📋 copy color: '#DB4E7B'

red 219 ◦ green 78 ◦ blue 123

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

Shades of Cranberry #DB4E7B

Tints of Cranberry #DB4E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.29%

R = 52.14%
G = 18.57%
B = 29.29%

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

#DB4E7B (or 0xDB4E7B) is known color: Cranberry. HEX triplet: DB, 4E and 7B. RGB value is (219,78,123). Sum of RGB (Red+Green+Blue) = 219+78+123=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4E7B is #24B184. Grayscale: #7D7D7D. Windows color (decimal): -2404741 or 8081115. OLE color: 8081115.

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

Color convert

RGB 219 78 123 -
CMYK 0 0.64 0.44 0.14
HSL 340.85º 0.66% 0.58% -
HSV(B) 340.85º 0.64% 0.86% -
XYZ 35.51 21.94 21.1 -
YUV 125.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 219 78 123 0 0.64 0.44 0.14 340.85 0.66 0.58
Hex DB 4E 7B 0 40 2C E 155 42 3A
Octal 333 116 173 0 100 54 16 525 102 72
Binary 11011011 1001110 1111011 0 1000000 101100 1110 101010101 1000010 111010

Color Harmonies of #DB4E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4E7B

Black with #DB4E7B

Text Example


Text Example

White with #DB4E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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