Html Css Color HEX #DB407A Cranberry

📋 copy color: '#DB407A'

red 219 ◦ green 64 ◦ blue 122

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

Shades of Cranberry #DB407A

Tints of Cranberry #DB407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.8%

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

R = 54.07%
G = 15.8%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB407A (or 0xDB407A) is known color: Cranberry. HEX triplet: DB, 40 and 7A. RGB value is (219,64,122). Sum of RGB (Red+Green+Blue) = 219+64+122=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB407A is #24BF85. Grayscale: #747474. Windows color (decimal): -2408326 or 8011995. OLE color: 8011995.

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

Color convert

RGB 219 64 122 -
CMYK 0 0.71 0.44 0.14
HSL 337.55º 0.68% 0.55% -
HSV(B) 337.55º 0.71% 0.86% -
XYZ 34.56 20.13 20.48 -
YUV 116.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 219 64 122 0 0.71 0.44 0.14 337.55 0.68 0.55
Hex DB 40 7A 0 47 2C E 152 44 37
Octal 333 100 172 0 107 54 16 522 104 67
Binary 11011011 1000000 1111010 0 1000111 101100 1110 101010010 1000100 110111

Color Harmonies of #DB407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB407A

Black with #DB407A

Text Example


Text Example

White with #DB407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB407A; }

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

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

background-color css

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

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

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

border-color css

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

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

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