Html Css Color HEX #DB246F Cerise

📋 copy color: '#DB246F'

red 219 ◦ green 36 ◦ blue 111

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

Shades of Cerise #DB246F

Tints of Cerise #DB246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 59.84%
G = 9.84%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB246F (or 0xDB246F) is known color: Cerise. HEX triplet: DB, 24 and 6F. RGB value is (219,36,111). Sum of RGB (Red+Green+Blue) = 219+36+111=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB246F is #24DB90. Grayscale: #636363. Windows color (decimal): -2415505 or 7283931. OLE color: 7283931.

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

Color convert

RGB 219 36 111 -
CMYK 0 0.84 0.49 0.14
HSL 335.41º 0.72% 0.5% -
HSV(B) 335.41º 0.84% 0.86% -
XYZ 32.71 17.47 16.69 -
YUV 99.27 134.63 213.4 -
System Red Green Blue C M Y K H S L
Decimal 219 36 111 0 0.84 0.49 0.14 335.41 0.72 0.5
Hex DB 24 6F 0 54 31 E 14F 48 32
Octal 333 44 157 0 124 61 16 517 110 62
Binary 11011011 100100 1101111 0 1010100 110001 1110 101001111 1001000 110010

Color Harmonies of #DB246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB246F

Black with #DB246F

Text Example


Text Example

White with #DB246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB246F; }

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

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

background-color css

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

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

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

border-color css

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

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

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