Html Css Color HEX #DB437A Cranberry

📋 copy color: '#DB437A'

red 219 ◦ green 67 ◦ blue 122

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

Shades of Cranberry #DB437A

Tints of Cranberry #DB437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

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

R = 53.68%
G = 16.42%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB437A (or 0xDB437A) is known color: Cranberry. HEX triplet: DB, 43 and 7A. RGB value is (219,67,122). Sum of RGB (Red+Green+Blue) = 219+67+122=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB437A is #24BC85. Grayscale: #767676. Windows color (decimal): -2407558 or 8012763. OLE color: 8012763.

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

Color convert

RGB 219 67 122 -
CMYK 0 0.69 0.44 0.14
HSL 338.29º 0.68% 0.56% -
HSV(B) 338.29º 0.69% 0.86% -
XYZ 34.73 20.48 20.53 -
YUV 118.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 219 67 122 0 0.69 0.44 0.14 338.29 0.68 0.56
Hex DB 43 7A 0 45 2C E 152 44 38
Octal 333 103 172 0 105 54 16 522 104 70
Binary 11011011 1000011 1111010 0 1000101 101100 1110 101010010 1000100 111000

Color Harmonies of #DB437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB437A

Black with #DB437A

Text Example


Text Example

White with #DB437A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB437A; }

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

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

background-color css

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

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

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

border-color css

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

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

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