Html Css Color HEX #DB5274 Cranberry

📋 copy color: '#DB5274'

red 219 ◦ green 82 ◦ blue 116

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

Shades of Cranberry #DB5274

Tints of Cranberry #DB5274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.66%

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

R = 52.52%
G = 19.66%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5274 (or 0xDB5274) is known color: Cranberry. HEX triplet: DB, 52 and 74. RGB value is (219,82,116). Sum of RGB (Red+Green+Blue) = 219+82+116=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5274 is #24AD8B. Grayscale: #7E7E7E. Windows color (decimal): -2403724 or 7623387. OLE color: 7623387.

HSL color Cylindrical-coordinate representation of color #DB5274: hue angle of 345.11º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5274 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 116 -
CMYK 0 0.63 0.47 0.14
HSL 345.11º 0.66% 0.59% -
HSV(B) 345.11º 0.63% 0.86% -
XYZ 35.38 22.36 18.97 -
YUV 126.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 219 82 116 0 0.63 0.47 0.14 345.11 0.66 0.59
Hex DB 52 74 0 3F 2F E 159 42 3B
Octal 333 122 164 0 77 57 16 531 102 73
Binary 11011011 1010010 1110100 0 111111 101111 1110 101011001 1000010 111011

Color Harmonies of #DB5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5274

Black with #DB5274

Text Example


Text Example

White with #DB5274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5274; }

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

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

background-color css

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

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

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

border-color css

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

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

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