Html Css Color HEX #DB537F Cranberry

📋 copy color: '#DB537F'

red 219 ◦ green 83 ◦ blue 127

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

Shades of Cranberry #DB537F

Tints of Cranberry #DB537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.6%

R = 51.05%
G = 19.35%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB537F (or 0xDB537F) is known color: Cranberry. HEX triplet: DB, 53 and 7F. RGB value is (219,83,127). Sum of RGB (Red+Green+Blue) = 219+83+127=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB537F is #24AC80. Grayscale: #808080. Windows color (decimal): -2403457 or 8344539. OLE color: 8344539.

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

Color convert

RGB 219 83 127 -
CMYK 0 0.62 0.42 0.14
HSL 340.59º 0.65% 0.59% -
HSV(B) 340.59º 0.62% 0.86% -
XYZ 36.14 22.78 22.57 -
YUV 128.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 219 83 127 0 0.62 0.42 0.14 340.59 0.65 0.59
Hex DB 53 7F 0 3E 2A E 155 41 3B
Octal 333 123 177 0 76 52 16 525 101 73
Binary 11011011 1010011 1111111 0 111110 101010 1110 101010101 1000001 111011

Color Harmonies of #DB537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB537F

Black with #DB537F

Text Example


Text Example

White with #DB537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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