Html Css Color HEX #DB4A7A Cranberry

📋 copy color: '#DB4A7A'

red 219 ◦ green 74 ◦ blue 122

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

Shades of Cranberry #DB4A7A

Tints of Cranberry #DB4A7A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.83%

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

R = 52.77%
G = 17.83%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB4A7A (or 0xDB4A7A) is known color: Cranberry. HEX triplet: DB, 4A and 7A. RGB value is (219,74,122). Sum of RGB (Red+Green+Blue) = 219+74+122=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4A7A is #24B585. Grayscale: #7A7A7A. Windows color (decimal): -2405766 or 8014555. OLE color: 8014555.

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

Color convert

RGB 219 74 122 -
CMYK 0 0.66 0.44 0.14
HSL 340.14º 0.67% 0.57% -
HSV(B) 340.14º 0.66% 0.86% -
XYZ 35.18 21.36 20.68 -
YUV 122.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 219 74 122 0 0.66 0.44 0.14 340.14 0.67 0.57
Hex DB 4A 7A 0 42 2C E 154 43 39
Octal 333 112 172 0 102 54 16 524 103 71
Binary 11011011 1001010 1111010 0 1000010 101100 1110 101010100 1000011 111001

Color Harmonies of #DB4A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A7A

Black with #DB4A7A

Text Example


Text Example

White with #DB4A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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