Html Css Color HEX #DB557F Cranberry

📋 copy color: '#DB557F'

red 219 ◦ green 85 ◦ blue 127

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

Shades of Cranberry #DB557F

Tints of Cranberry #DB557F

RGB

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

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

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

R = 50.81%
G = 19.72%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB557F (or 0xDB557F) is known color: Cranberry. HEX triplet: DB, 55 and 7F. RGB value is (219,85,127). Sum of RGB (Red+Green+Blue) = 219+85+127=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB557F is #24AA80. Grayscale: #818181. Windows color (decimal): -2402945 or 8345051. OLE color: 8345051.

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

Color convert

RGB 219 85 127 -
CMYK 0 0.61 0.42 0.14
HSL 341.19º 0.65% 0.6% -
HSV(B) 341.19º 0.61% 0.86% -
XYZ 36.29 23.09 22.62 -
YUV 129.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 219 85 127 0 0.61 0.42 0.14 341.19 0.65 0.6
Hex DB 55 7F 0 3D 2A E 155 41 3C
Octal 333 125 177 0 75 52 16 525 101 74
Binary 11011011 1010101 1111111 0 111101 101010 1110 101010101 1000001 111100

Color Harmonies of #DB557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB557F

Black with #DB557F

Text Example


Text Example

White with #DB557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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