Html Css Color HEX #DB4174 Cranberry

📋 copy color: '#DB4174'

red 219 ◦ green 65 ◦ blue 116

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

Shades of Cranberry #DB4174

Tints of Cranberry #DB4174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.25%

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

R = 54.75%
G = 16.25%
B = 29%

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

#DB4174 (or 0xDB4174) is known color: Cranberry. HEX triplet: DB, 41 and 74. RGB value is (219,65,116). Sum of RGB (Red+Green+Blue) = 219+65+116=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4174 is #24BE8B. Grayscale: #747474. Windows color (decimal): -2408076 or 7619035. OLE color: 7619035.

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

Color convert

RGB 219 65 116 -
CMYK 0 0.70 0.47 0.14
HSL 340.13º 0.68% 0.56% -
HSV(B) 340.13º 0.7% 0.86% -
XYZ 34.26 20.1 18.6 -
YUV 116.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 219 65 116 0 0.70 0.47 0.14 340.13 0.68 0.56
Hex DB 41 74 0 46 2F E 154 44 38
Octal 333 101 164 0 106 57 16 524 104 70
Binary 11011011 1000001 1110100 0 1000110 101111 1110 101010100 1000100 111000

Color Harmonies of #DB4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4174

Black with #DB4174

Text Example


Text Example

White with #DB4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4174; }

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

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

background-color css

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

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

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

border-color css

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

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

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