Html Css Color HEX #DB246B Cerise

📋 copy color: '#DB246B'

red 219 ◦ green 36 ◦ blue 107

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

Shades of Cerise #DB246B

Tints of Cerise #DB246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.56%

R = 60.5%
G = 9.94%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB246B (or 0xDB246B) is known color: Cerise. HEX triplet: DB, 24 and 6B. RGB value is (219,36,107). Sum of RGB (Red+Green+Blue) = 219+36+107=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB246B is #24DB94. Grayscale: #626262. Windows color (decimal): -2415509 or 7021787. OLE color: 7021787.

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

Color convert

RGB 219 36 107 -
CMYK 0 0.84 0.51 0.14
HSL 336.72º 0.72% 0.5% -
HSV(B) 336.72º 0.84% 0.86% -
XYZ 32.5 17.38 15.55 -
YUV 98.81 132.63 213.73 -
System Red Green Blue C M Y K H S L
Decimal 219 36 107 0 0.84 0.51 0.14 336.72 0.72 0.5
Hex DB 24 6B 0 54 33 E 151 48 32
Octal 333 44 153 0 124 63 16 521 110 62
Binary 11011011 100100 1101011 0 1010100 110011 1110 101010001 1001000 110010

Color Harmonies of #DB246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB246B

Black with #DB246B

Text Example


Text Example

White with #DB246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB246B; }

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

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

background-color css

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

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

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

border-color css

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

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

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