Html Css Color HEX #DB2369 Cerise

📋 copy color: '#DB2369'

red 219 ◦ green 35 ◦ blue 105

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

Shades of Cerise #DB2369

Tints of Cerise #DB2369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.75%

 BLUE value IS 105 (41.41% from 255) = 29.25%

R = 61%
G = 9.75%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB2369 (or 0xDB2369) is known color: Cerise. HEX triplet: DB, 23 and 69. RGB value is (219,35,105). Sum of RGB (Red+Green+Blue) = 219+35+105=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2369 is #24DC96. Grayscale: #616161. Windows color (decimal): -2415767 or 6890459. OLE color: 6890459.

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

Color convert

RGB 219 35 105 -
CMYK 0 0.84 0.52 0.14
HSL 337.17º 0.72% 0.5% -
HSV(B) 337.17º 0.84% 0.86% -
XYZ 32.36 17.28 14.99 -
YUV 98 131.96 214.31 -
System Red Green Blue C M Y K H S L
Decimal 219 35 105 0 0.84 0.52 0.14 337.17 0.72 0.5
Hex DB 23 69 0 54 34 E 151 48 32
Octal 333 43 151 0 124 64 16 521 110 62
Binary 11011011 100011 1101001 0 1010100 110100 1110 101010001 1001000 110010

Color Harmonies of #DB2369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2369

Black with #DB2369

Text Example


Text Example

White with #DB2369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2369; }

 p { color: rgb(219,35,105); }

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

background-color css

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

 a { background-color: rgb(219,35,105); }

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

border-color css

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

 span { border-color: rgb(219,35,105); }

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