Html Css Color HEX #DB437D Cranberry

📋 copy color: '#DB437D'

red 219 ◦ green 67 ◦ blue 125

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

Shades of Cranberry #DB437D

Tints of Cranberry #DB437D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 53.28%
G = 16.3%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB437D (or 0xDB437D) is known color: Cranberry. HEX triplet: DB, 43 and 7D. RGB value is (219,67,125). Sum of RGB (Red+Green+Blue) = 219+67+125=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB437D is #24BC82. Grayscale: #767676. Windows color (decimal): -2407555 or 8209371. OLE color: 8209371.

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

Color convert

RGB 219 67 125 -
CMYK 0 0.69 0.43 0.14
HSL 337.11º 0.68% 0.56% -
HSV(B) 337.11º 0.69% 0.86% -
XYZ 34.92 20.56 21.53 -
YUV 119.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 219 67 125 0 0.69 0.43 0.14 337.11 0.68 0.56
Hex DB 43 7D 0 45 2B E 151 44 38
Octal 333 103 175 0 105 53 16 521 104 70
Binary 11011011 1000011 1111101 0 1000101 101011 1110 101010001 1000100 111000

Color Harmonies of #DB437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB437D

Black with #DB437D

Text Example


Text Example

White with #DB437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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