Html Css Color HEX #DB5D7C Cranberry

📋 copy color: '#DB5D7C'

red 219 ◦ green 93 ◦ blue 124

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

Shades of Cranberry #DB5D7C

Tints of Cranberry #DB5D7C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.33%

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

R = 50.23%
G = 21.33%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB5D7C (or 0xDB5D7C) is known color: Cranberry. HEX triplet: DB, 5D and 7C. RGB value is (219,93,124). Sum of RGB (Red+Green+Blue) = 219+93+124=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D7C is #24A283. Grayscale: #868686. Windows color (decimal): -2400900 or 8150491. OLE color: 8150491.

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

Color convert

RGB 219 93 124 -
CMYK 0 0.58 0.43 0.14
HSL 345.24º 0.64% 0.61% -
HSV(B) 345.24º 0.58% 0.86% -
XYZ 36.77 24.34 21.83 -
YUV 134.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 219 93 124 0 0.58 0.43 0.14 345.24 0.64 0.61
Hex DB 5D 7C 0 3A 2B E 159 40 3D
Octal 333 135 174 0 72 53 16 531 100 75
Binary 11011011 1011101 1111100 0 111010 101011 1110 101011001 1000000 111101

Color Harmonies of #DB5D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5D7C

Black with #DB5D7C

Text Example


Text Example

White with #DB5D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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