Html Css Color HEX #DB4C6F Cranberry

📋 copy color: '#DB4C6F'

red 219 ◦ green 76 ◦ blue 111

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

Shades of Cranberry #DB4C6F

Tints of Cranberry #DB4C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.72%

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 53.94%
G = 18.72%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB4C6F (or 0xDB4C6F) is known color: Cranberry. HEX triplet: DB, 4C and 6F. RGB value is (219,76,111). Sum of RGB (Red+Green+Blue) = 219+76+111=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4C6F is #24B390. Grayscale: #7A7A7A. Windows color (decimal): -2405265 or 7294171. OLE color: 7294171.

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

Color convert

RGB 219 76 111 -
CMYK 0 0.65 0.49 0.14
HSL 345.31º 0.67% 0.58% -
HSV(B) 345.31º 0.65% 0.86% -
XYZ 34.67 21.38 17.34 -
YUV 122.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 219 76 111 0 0.65 0.49 0.14 345.31 0.67 0.58
Hex DB 4C 6F 0 41 31 E 159 43 3A
Octal 333 114 157 0 101 61 16 531 103 72
Binary 11011011 1001100 1101111 0 1000001 110001 1110 101011001 1000011 111010

Color Harmonies of #DB4C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C6F

Black with #DB4C6F

Text Example


Text Example

White with #DB4C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C6F; }

 p { color: rgb(219,76,111); }

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

background-color css

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

 a { background-color: rgb(219,76,111); }

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

border-color css

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

 span { border-color: rgb(219,76,111); }

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