Html Css Color HEX #DB245F Cerise

📋 copy color: '#DB245F'

red 219 ◦ green 36 ◦ blue 95

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

Shades of Cerise #DB245F

Tints of Cerise #DB245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.29%

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 62.57%
G = 10.29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB245F (or 0xDB245F) is known color: Cerise. HEX triplet: DB, 24 and 5F. RGB value is (219,36,95). Sum of RGB (Red+Green+Blue) = 219+36+95=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB245F is #24DBA0. Grayscale: #616161. Windows color (decimal): -2415521 or 6235355. OLE color: 6235355.

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

Color convert

RGB 219 36 95 -
CMYK 0 0.84 0.57 0.14
HSL 340.66º 0.72% 0.5% -
HSV(B) 340.66º 0.84% 0.86% -
XYZ 31.91 17.15 12.45 -
YUV 97.44 126.63 214.7 -
System Red Green Blue C M Y K H S L
Decimal 219 36 95 0 0.84 0.57 0.14 340.66 0.72 0.5
Hex DB 24 5F 0 54 39 E 155 48 32
Octal 333 44 137 0 124 71 16 525 110 62
Binary 11011011 100100 1011111 0 1010100 111001 1110 101010101 1001000 110010

Color Harmonies of #DB245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB245F

Black with #DB245F

Text Example


Text Example

White with #DB245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB245F; }

 p { color: rgb(219,36,95); }

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

background-color css

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

 a { background-color: rgb(219,36,95); }

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

border-color css

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

 span { border-color: rgb(219,36,95); }

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