Html Css Color HEX #DB3E75 Cranberry

📋 copy color: '#DB3E75'

red 219 ◦ green 62 ◦ blue 117

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

Shades of Cranberry #DB3E75

Tints of Cranberry #DB3E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.58%

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

R = 55.03%
G = 15.58%
B = 29.4%

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

#DB3E75 (or 0xDB3E75) is known color: Cranberry. HEX triplet: DB, 3E and 75. RGB value is (219,62,117). Sum of RGB (Red+Green+Blue) = 219+62+117=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E75 is #24C18A. Grayscale: #737373. Windows color (decimal): -2408843 or 7683803. OLE color: 7683803.

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

Color convert

RGB 219 62 117 -
CMYK 0 0.72 0.47 0.14
HSL 338.98º 0.69% 0.55% -
HSV(B) 338.98º 0.72% 0.86% -
XYZ 34.15 19.79 18.85 -
YUV 115.21 129.01 202.03 -
System Red Green Blue C M Y K H S L
Decimal 219 62 117 0 0.72 0.47 0.14 338.98 0.69 0.55
Hex DB 3E 75 0 48 2F E 153 45 37
Octal 333 76 165 0 110 57 16 523 105 67
Binary 11011011 111110 1110101 0 1001000 101111 1110 101010011 1000101 110111

Color Harmonies of #DB3E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E75

Black with #DB3E75

Text Example


Text Example

White with #DB3E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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