Html Css Color HEX #DB3D74 Cranberry

📋 copy color: '#DB3D74'

red 219 ◦ green 61 ◦ blue 116

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

Shades of Cranberry #DB3D74

Tints of Cranberry #DB3D74

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.4%

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

R = 55.3%
G = 15.4%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB3D74 (or 0xDB3D74) is known color: Cranberry. HEX triplet: DB, 3D and 74. RGB value is (219,61,116). Sum of RGB (Red+Green+Blue) = 219+61+116=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D74 is #24C28B. Grayscale: #727272. Windows color (decimal): -2409100 or 7618011. OLE color: 7618011.

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

Color convert

RGB 219 61 116 -
CMYK 0 0.72 0.47 0.14
HSL 339.11º 0.69% 0.55% -
HSV(B) 339.11º 0.72% 0.86% -
XYZ 34.03 19.66 18.52 -
YUV 114.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 219 61 116 0 0.72 0.47 0.14 339.11 0.69 0.55
Hex DB 3D 74 0 48 2F E 153 45 37
Octal 333 75 164 0 110 57 16 523 105 67
Binary 11011011 111101 1110100 0 1001000 101111 1110 101010011 1000101 110111

Color Harmonies of #DB3D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3D74

Black with #DB3D74

Text Example


Text Example

White with #DB3D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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