Html Css Color HEX #DB5C74 Cranberry

📋 copy color: '#DB5C74'

red 219 ◦ green 92 ◦ blue 116

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

Shades of Cranberry #DB5C74

Tints of Cranberry #DB5C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.17%

R = 51.29%
G = 21.55%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5C74 (or 0xDB5C74) is known color: Cranberry. HEX triplet: DB, 5C and 74. RGB value is (219,92,116). Sum of RGB (Red+Green+Blue) = 219+92+116=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C74 is #24A38B. Grayscale: #848484. Windows color (decimal): -2401164 or 7625947. OLE color: 7625947.

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

Color convert

RGB 219 92 116 -
CMYK 0 0.58 0.47 0.14
HSL 348.66º 0.64% 0.61% -
HSV(B) 348.66º 0.58% 0.86% -
XYZ 36.19 23.98 19.24 -
YUV 132.71 118.58 189.55 -
System Red Green Blue C M Y K H S L
Decimal 219 92 116 0 0.58 0.47 0.14 348.66 0.64 0.61
Hex DB 5C 74 0 3A 2F E 15D 40 3D
Octal 333 134 164 0 72 57 16 535 100 75
Binary 11011011 1011100 1110100 0 111010 101111 1110 101011101 1000000 111101

Color Harmonies of #DB5C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C74

Black with #DB5C74

Text Example


Text Example

White with #DB5C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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