Html Css Color HEX #DB4275 Cranberry

📋 copy color: '#DB4275'

red 219 ◦ green 66 ◦ blue 117

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

Shades of Cranberry #DB4275

Tints of Cranberry #DB4275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 54.48%
G = 16.42%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB4275 (or 0xDB4275) is known color: Cranberry. HEX triplet: DB, 42 and 75. RGB value is (219,66,117). Sum of RGB (Red+Green+Blue) = 219+66+117=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4275 is #24BD8A. Grayscale: #757575. Windows color (decimal): -2407819 or 7684827. OLE color: 7684827.

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

Color convert

RGB 219 66 117 -
CMYK 0 0.70 0.47 0.14
HSL 340º 0.68% 0.56% -
HSV(B) 340º 0.7% 0.86% -
XYZ 34.37 20.24 18.92 -
YUV 117.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 219 66 117 0 0.70 0.47 0.14 340 0.68 0.56
Hex DB 42 75 0 46 2F E 154 44 38
Octal 333 102 165 0 106 57 16 524 104 70
Binary 11011011 1000010 1110101 0 1000110 101111 1110 101010100 1000100 111000

Color Harmonies of #DB4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4275

Black with #DB4275

Text Example


Text Example

White with #DB4275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4275; }

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

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

background-color css

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

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

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

border-color css

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

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

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