Html Css Color HEX #DB3E7A Cranberry

📋 copy color: '#DB3E7A'

red 219 ◦ green 62 ◦ blue 122

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

Shades of Cranberry #DB3E7A

Tints of Cranberry #DB3E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.38%

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

R = 54.34%
G = 15.38%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB3E7A (or 0xDB3E7A) is known color: Cranberry. HEX triplet: DB, 3E and 7A. RGB value is (219,62,122). Sum of RGB (Red+Green+Blue) = 219+62+122=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E7A is #24C185. Grayscale: #737373. Windows color (decimal): -2408838 or 8011483. OLE color: 8011483.

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

Color convert

RGB 219 62 122 -
CMYK 0 0.72 0.44 0.14
HSL 337.07º 0.69% 0.55% -
HSV(B) 337.07º 0.72% 0.86% -
XYZ 34.45 19.91 20.44 -
YUV 115.78 131.51 201.62 -
System Red Green Blue C M Y K H S L
Decimal 219 62 122 0 0.72 0.44 0.14 337.07 0.69 0.55
Hex DB 3E 7A 0 48 2C E 151 45 37
Octal 333 76 172 0 110 54 16 521 105 67
Binary 11011011 111110 1111010 0 1001000 101100 1110 101010001 1000101 110111

Color Harmonies of #DB3E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E7A

Black with #DB3E7A

Text Example


Text Example

White with #DB3E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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