Html Css Color HEX #DB5683 Cranberry

📋 copy color: '#DB5683'

red 219 ◦ green 86 ◦ blue 131

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

Shades of Cranberry #DB5683

Tints of Cranberry #DB5683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.72%

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

R = 50.23%
G = 19.72%
B = 30.05%

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

#DB5683 (or 0xDB5683) is known color: Cranberry. HEX triplet: DB, 56 and 83. RGB value is (219,86,131). Sum of RGB (Red+Green+Blue) = 219+86+131=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5683 is #24A97C. Grayscale: #828282. Windows color (decimal): -2402685 or 8607451. OLE color: 8607451.

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

Color convert

RGB 219 86 131 -
CMYK 0 0.61 0.40 0.14
HSL 339.7º 0.65% 0.6% -
HSV(B) 339.7º 0.61% 0.86% -
XYZ 36.64 23.35 24.05 -
YUV 130.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 219 86 131 0 0.61 0.40 0.14 339.7 0.65 0.6
Hex DB 56 83 0 3D 28 E 154 41 3C
Octal 333 126 203 0 75 50 16 524 101 74
Binary 11011011 1010110 10000011 0 111101 101000 1110 101010100 1000001 111100

Color Harmonies of #DB5683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5683

Black with #DB5683

Text Example


Text Example

White with #DB5683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5683; }

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

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

background-color css

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

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

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

border-color css

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

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

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