Html Css Color HEX #DB577F Cranberry

📋 copy color: '#DB577F'

red 219 ◦ green 87 ◦ blue 127

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

Shades of Cranberry #DB577F

Tints of Cranberry #DB577F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.09%

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

R = 50.58%
G = 20.09%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB577F (or 0xDB577F) is known color: Cranberry. HEX triplet: DB, 57 and 7F. RGB value is (219,87,127). Sum of RGB (Red+Green+Blue) = 219+87+127=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB577F is #24A880. Grayscale: #838383. Windows color (decimal): -2402433 or 8345563. OLE color: 8345563.

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

Color convert

RGB 219 87 127 -
CMYK 0 0.60 0.42 0.14
HSL 341.82º 0.65% 0.6% -
HSV(B) 341.82º 0.6% 0.86% -
XYZ 36.45 23.41 22.68 -
YUV 131.03 125.73 190.75 -
System Red Green Blue C M Y K H S L
Decimal 219 87 127 0 0.60 0.42 0.14 341.82 0.65 0.6
Hex DB 57 7F 0 3C 2A E 156 41 3C
Octal 333 127 177 0 74 52 16 526 101 74
Binary 11011011 1010111 1111111 0 111100 101010 1110 101010110 1000001 111100

Color Harmonies of #DB577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB577F

Black with #DB577F

Text Example


Text Example

White with #DB577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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