Html Css Color HEX #DB5583 Cranberry

📋 copy color: '#DB5583'

red 219 ◦ green 85 ◦ blue 131

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

Shades of Cranberry #DB5583

Tints of Cranberry #DB5583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.54%

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 50.34%
G = 19.54%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB5583 (or 0xDB5583) is known color: Cranberry. HEX triplet: DB, 55 and 83. RGB value is (219,85,131). Sum of RGB (Red+Green+Blue) = 219+85+131=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5583 is #24AA7C. Grayscale: #828282. Windows color (decimal): -2402941 or 8607195. OLE color: 8607195.

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

Color convert

RGB 219 85 131 -
CMYK 0 0.61 0.40 0.14
HSL 339.4º 0.65% 0.6% -
HSV(B) 339.4º 0.61% 0.86% -
XYZ 36.56 23.2 24.02 -
YUV 130.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 219 85 131 0 0.61 0.40 0.14 339.4 0.65 0.6
Hex DB 55 83 0 3D 28 E 153 41 3C
Octal 333 125 203 0 75 50 16 523 101 74
Binary 11011011 1010101 10000011 0 111101 101000 1110 101010011 1000001 111100

Color Harmonies of #DB5583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5583

Black with #DB5583

Text Example


Text Example

White with #DB5583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5583; }

 p { color: rgb(219,85,131); }

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

background-color css

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

 a { background-color: rgb(219,85,131); }

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

border-color css

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

 span { border-color: rgb(219,85,131); }

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