Html Css Color HEX #DB417B Cranberry

📋 copy color: '#DB417B'

red 219 ◦ green 65 ◦ blue 123

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

Shades of Cranberry #DB417B

Tints of Cranberry #DB417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.97%

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 53.81%
G = 15.97%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB417B (or 0xDB417B) is known color: Cranberry. HEX triplet: DB, 41 and 7B. RGB value is (219,65,123). Sum of RGB (Red+Green+Blue) = 219+65+123=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB417B is #24BE84. Grayscale: #757575. Windows color (decimal): -2408069 or 8077787. OLE color: 8077787.

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

Color convert

RGB 219 65 123 -
CMYK 0 0.70 0.44 0.14
HSL 337.4º 0.68% 0.56% -
HSV(B) 337.4º 0.7% 0.86% -
XYZ 34.68 20.27 20.82 -
YUV 117.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 219 65 123 0 0.70 0.44 0.14 337.4 0.68 0.56
Hex DB 41 7B 0 46 2C E 151 44 38
Octal 333 101 173 0 106 54 16 521 104 70
Binary 11011011 1000001 1111011 0 1000110 101100 1110 101010001 1000100 111000

Color Harmonies of #DB417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB417B

Black with #DB417B

Text Example


Text Example

White with #DB417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB417B; }

 p { color: rgb(219,65,123); }

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

background-color css

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

 a { background-color: rgb(219,65,123); }

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

border-color css

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

 span { border-color: rgb(219,65,123); }

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