Html Css Color HEX #DB5C7B Cranberry

📋 copy color: '#DB5C7B'

red 219 ◦ green 92 ◦ blue 123

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

Shades of Cranberry #DB5C7B

Tints of Cranberry #DB5C7B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.2%

 BLUE value IS 123 (48.44% from 255) = 28.34%

R = 50.46%
G = 21.2%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB5C7B (or 0xDB5C7B) is known color: Cranberry. HEX triplet: DB, 5C and 7B. RGB value is (219,92,123). Sum of RGB (Red+Green+Blue) = 219+92+123=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C7B is #24A384. Grayscale: #858585. Windows color (decimal): -2401157 or 8084699. OLE color: 8084699.

HSL color Cylindrical-coordinate representation of color #DB5C7B: hue angle of 345.35º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5C7B is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 92 123 -
CMYK 0 0.58 0.44 0.14
HSL 345.35º 0.64% 0.61% -
HSV(B) 345.35º 0.58% 0.86% -
XYZ 36.62 24.14 21.47 -
YUV 133.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 219 92 123 0 0.58 0.44 0.14 345.35 0.64 0.61
Hex DB 5C 7B 0 3A 2C E 159 40 3D
Octal 333 134 173 0 72 54 16 531 100 75
Binary 11011011 1011100 1111011 0 111010 101100 1110 101011001 1000000 111101

Color Harmonies of #DB5C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C7B

Black with #DB5C7B

Text Example


Text Example

White with #DB5C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C7B; }

 p { color: rgb(219,92,123); }

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

background-color css

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

 a { background-color: rgb(219,92,123); }

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

border-color css

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

 span { border-color: rgb(219,92,123); }

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