Html Css Color HEX #DB407C Cranberry

📋 copy color: '#DB407C'

red 219 ◦ green 64 ◦ blue 124

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

Shades of Cranberry #DB407C

Tints of Cranberry #DB407C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.47%

R = 53.81%
G = 15.72%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB407C (or 0xDB407C) is known color: Cranberry. HEX triplet: DB, 40 and 7C. RGB value is (219,64,124). Sum of RGB (Red+Green+Blue) = 219+64+124=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB407C is #24BF83. Grayscale: #757575. Windows color (decimal): -2408324 or 8143067. OLE color: 8143067.

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

Color convert

RGB 219 64 124 -
CMYK 0 0.71 0.43 0.14
HSL 336.77º 0.68% 0.55% -
HSV(B) 336.77º 0.71% 0.86% -
XYZ 34.68 20.18 21.14 -
YUV 117.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 219 64 124 0 0.71 0.43 0.14 336.77 0.68 0.55
Hex DB 40 7C 0 47 2B E 151 44 37
Octal 333 100 174 0 107 53 16 521 104 67
Binary 11011011 1000000 1111100 0 1000111 101011 1110 101010001 1000100 110111

Color Harmonies of #DB407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB407C

Black with #DB407C

Text Example


Text Example

White with #DB407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB407C; }

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

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

background-color css

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

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

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

border-color css

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

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

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