Html Css Color HEX #DB5E7C Cranberry

📋 copy color: '#DB5E7C'

red 219 ◦ green 94 ◦ blue 124

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

Shades of Cranberry #DB5E7C

Tints of Cranberry #DB5E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.51%

 BLUE value IS 124 (48.83% from 255) = 28.38%

R = 50.11%
G = 21.51%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB5E7C (or 0xDB5E7C) is known color: Cranberry. HEX triplet: DB, 5E and 7C. RGB value is (219,94,124). Sum of RGB (Red+Green+Blue) = 219+94+124=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E7C is #24A183. Grayscale: #868686. Windows color (decimal): -2400644 or 8150747. OLE color: 8150747.

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

Color convert

RGB 219 94 124 -
CMYK 0 0.57 0.43 0.14
HSL 345.6º 0.63% 0.61% -
HSV(B) 345.6º 0.57% 0.86% -
XYZ 36.85 24.52 21.86 -
YUV 134.8 121.91 188.06 -
System Red Green Blue C M Y K H S L
Decimal 219 94 124 0 0.57 0.43 0.14 345.6 0.63 0.61
Hex DB 5E 7C 0 39 2B E 15A 3F 3D
Octal 333 136 174 0 71 53 16 532 77 75
Binary 11011011 1011110 1111100 0 111001 101011 1110 101011010 111111 111101

Color Harmonies of #DB5E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5E7C

Black with #DB5E7C

Text Example


Text Example

White with #DB5E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5E7C; }

 p { color: rgb(219,94,124); }

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

background-color css

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

 a { background-color: rgb(219,94,124); }

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

border-color css

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

 span { border-color: rgb(219,94,124); }

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