Html Css Color HEX #DB4F75 Cranberry

📋 copy color: '#DB4F75'

red 219 ◦ green 79 ◦ blue 117

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

Shades of Cranberry #DB4F75

Tints of Cranberry #DB4F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.04%

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

R = 52.77%
G = 19.04%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB4F75 (or 0xDB4F75) is known color: Cranberry. HEX triplet: DB, 4F and 75. RGB value is (219,79,117). Sum of RGB (Red+Green+Blue) = 219+79+117=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4F75 is #24B08A. Grayscale: #7D7D7D. Windows color (decimal): -2404491 or 7688155. OLE color: 7688155.

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

Color convert

RGB 219 79 117 -
CMYK 0 0.64 0.47 0.14
HSL 343.71º 0.66% 0.58% -
HSV(B) 343.71º 0.64% 0.86% -
XYZ 35.22 21.94 19.21 -
YUV 125.19 123.38 194.91 -
System Red Green Blue C M Y K H S L
Decimal 219 79 117 0 0.64 0.47 0.14 343.71 0.66 0.58
Hex DB 4F 75 0 40 2F E 158 42 3A
Octal 333 117 165 0 100 57 16 530 102 72
Binary 11011011 1001111 1110101 0 1000000 101111 1110 101011000 1000010 111010

Color Harmonies of #DB4F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F75

Black with #DB4F75

Text Example


Text Example

White with #DB4F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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