Html Css Color HEX #DB3C75 Cranberry

📋 copy color: '#DB3C75'

red 219 ◦ green 60 ◦ blue 117

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

Shades of Cranberry #DB3C75

Tints of Cranberry #DB3C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.15%

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

R = 55.3%
G = 15.15%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB3C75 (or 0xDB3C75) is known color: Cranberry. HEX triplet: DB, 3C and 75. RGB value is (219,60,117). Sum of RGB (Red+Green+Blue) = 219+60+117=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C75 is #24C38A. Grayscale: #717171. Windows color (decimal): -2409355 or 7683291. OLE color: 7683291.

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

Color convert

RGB 219 60 117 -
CMYK 0 0.73 0.47 0.14
HSL 338.49º 0.69% 0.55% -
HSV(B) 338.49º 0.73% 0.86% -
XYZ 34.04 19.58 18.81 -
YUV 114.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 219 60 117 0 0.73 0.47 0.14 338.49 0.69 0.55
Hex DB 3C 75 0 49 2F E 152 45 37
Octal 333 74 165 0 111 57 16 522 105 67
Binary 11011011 111100 1110101 0 1001001 101111 1110 101010010 1000101 110111

Color Harmonies of #DB3C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C75

Black with #DB3C75

Text Example


Text Example

White with #DB3C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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