Html Css Color HEX #DB4272 Cranberry

📋 copy color: '#DB4272'

red 219 ◦ green 66 ◦ blue 114

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

Shades of Cranberry #DB4272

Tints of Cranberry #DB4272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.54%

 BLUE value IS 114 (44.92% from 255) = 28.57%

R = 54.89%
G = 16.54%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB4272 (or 0xDB4272) is known color: Cranberry. HEX triplet: DB, 42 and 72. RGB value is (219,66,114). Sum of RGB (Red+Green+Blue) = 219+66+114=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4272 is #24BD8D. Grayscale: #757575. Windows color (decimal): -2407822 or 7488219. OLE color: 7488219.

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

Color convert

RGB 219 66 114 -
CMYK 0 0.70 0.48 0.14
HSL 341.18º 0.68% 0.56% -
HSV(B) 341.18º 0.7% 0.86% -
XYZ 34.2 20.17 18.01 -
YUV 117.22 126.19 200.6 -
System Red Green Blue C M Y K H S L
Decimal 219 66 114 0 0.70 0.48 0.14 341.18 0.68 0.56
Hex DB 42 72 0 46 30 E 155 44 38
Octal 333 102 162 0 106 60 16 525 104 70
Binary 11011011 1000010 1110010 0 1000110 110000 1110 101010101 1000100 111000

Color Harmonies of #DB4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4272

Black with #DB4272

Text Example


Text Example

White with #DB4272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4272; }

 p { color: rgb(219,66,114); }

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

background-color css

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

 a { background-color: rgb(219,66,114); }

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

border-color css

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

 span { border-color: rgb(219,66,114); }

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