Html Css Color HEX #DB366A Cerise

📋 copy color: '#DB366A'

red 219 ◦ green 54 ◦ blue 106

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

Shades of Cerise #DB366A

Tints of Cerise #DB366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.25%

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 57.78%
G = 14.25%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB366A (or 0xDB366A) is known color: Cerise. HEX triplet: DB, 36 and 6A. RGB value is (219,54,106). Sum of RGB (Red+Green+Blue) = 219+54+106=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB366A is #24C995. Grayscale: #6D6D6D. Windows color (decimal): -2410902 or 6960859. OLE color: 6960859.

HSL color Cylindrical-coordinate representation of color #DB366A: hue angle of 341.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB366A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 106 -
CMYK 0 0.75 0.52 0.14
HSL 341.09º 0.7% 0.54% -
HSV(B) 341.09º 0.75% 0.86% -
XYZ 33.13 18.74 15.51 -
YUV 109.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 219 54 106 0 0.75 0.52 0.14 341.09 0.7 0.54
Hex DB 36 6A 0 4B 34 E 155 46 36
Octal 333 66 152 0 113 64 16 525 106 66
Binary 11011011 110110 1101010 0 1001011 110100 1110 101010101 1000110 110110

Color Harmonies of #DB366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB366A

Black with #DB366A

Text Example


Text Example

White with #DB366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB366A; }

 p { color: rgb(219,54,106); }

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

background-color css

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

 a { background-color: rgb(219,54,106); }

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

border-color css

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

 span { border-color: rgb(219,54,106); }

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