Html Css Color HEX #DB5383 Cranberry

📋 copy color: '#DB5383'

red 219 ◦ green 83 ◦ blue 131

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

Shades of Cranberry #DB5383

Tints of Cranberry #DB5383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.17%

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

R = 50.58%
G = 19.17%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB5383 (or 0xDB5383) is known color: Cranberry. HEX triplet: DB, 53 and 83. RGB value is (219,83,131). Sum of RGB (Red+Green+Blue) = 219+83+131=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5383 is #24AC7C. Grayscale: #818181. Windows color (decimal): -2403453 or 8606683. OLE color: 8606683.

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

Color convert

RGB 219 83 131 -
CMYK 0 0.62 0.40 0.14
HSL 338.82º 0.65% 0.59% -
HSV(B) 338.82º 0.62% 0.86% -
XYZ 36.4 22.89 23.97 -
YUV 129.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 219 83 131 0 0.62 0.40 0.14 338.82 0.65 0.59
Hex DB 53 83 0 3E 28 E 153 41 3B
Octal 333 123 203 0 76 50 16 523 101 73
Binary 11011011 1010011 10000011 0 111110 101000 1110 101010011 1000001 111011

Color Harmonies of #DB5383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5383

Black with #DB5383

Text Example


Text Example

White with #DB5383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5383; }

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

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

background-color css

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

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

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

border-color css

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

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

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