Html Css Color HEX #DB456A Cranberry

📋 copy color: '#DB456A'

red 219 ◦ green 69 ◦ blue 106

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

Shades of Cranberry #DB456A

Tints of Cranberry #DB456A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.51%

 BLUE value IS 106 (41.8% from 255) = 26.9%

R = 55.58%
G = 17.51%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB456A (or 0xDB456A) is known color: Cranberry. HEX triplet: DB, 45 and 6A. RGB value is (219,69,106). Sum of RGB (Red+Green+Blue) = 219+69+106=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB456A is #24BA95. Grayscale: #767676. Windows color (decimal): -2407062 or 6964699. OLE color: 6964699.

HSL color Cylindrical-coordinate representation of color #DB456A: hue angle of 345.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB456A is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 69 106 -
CMYK 0 0.68 0.52 0.14
HSL 345.2º 0.68% 0.56% -
HSV(B) 345.2º 0.68% 0.86% -
XYZ 33.94 20.36 15.78 -
YUV 118.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 219 69 106 0 0.68 0.52 0.14 345.2 0.68 0.56
Hex DB 45 6A 0 44 34 E 159 44 38
Octal 333 105 152 0 104 64 16 531 104 70
Binary 11011011 1000101 1101010 0 1000100 110100 1110 101011001 1000100 111000

Color Harmonies of #DB456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB456A

Black with #DB456A

Text Example


Text Example

White with #DB456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB456A; }

 p { color: rgb(219,69,106); }

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

background-color css

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

 a { background-color: rgb(219,69,106); }

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

border-color css

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

 span { border-color: rgb(219,69,106); }

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