Html Css Color HEX #DB4F7A Cranberry

📋 copy color: '#DB4F7A'

red 219 ◦ green 79 ◦ blue 122

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

Shades of Cranberry #DB4F7A

Tints of Cranberry #DB4F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 52.14%
G = 18.81%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB4F7A (or 0xDB4F7A) is known color: Cranberry. HEX triplet: DB, 4F and 7A. RGB value is (219,79,122). Sum of RGB (Red+Green+Blue) = 219+79+122=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4F7A is #24B085. Grayscale: #7D7D7D. Windows color (decimal): -2404486 or 8015835. OLE color: 8015835.

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

Color convert

RGB 219 79 122 -
CMYK 0 0.64 0.44 0.14
HSL 341.57º 0.66% 0.58% -
HSV(B) 341.57º 0.64% 0.86% -
XYZ 35.52 22.06 20.8 -
YUV 125.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 219 79 122 0 0.64 0.44 0.14 341.57 0.66 0.58
Hex DB 4F 7A 0 40 2C E 156 42 3A
Octal 333 117 172 0 100 54 16 526 102 72
Binary 11011011 1001111 1111010 0 1000000 101100 1110 101010110 1000010 111010

Color Harmonies of #DB4F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F7A

Black with #DB4F7A

Text Example


Text Example

White with #DB4F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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