Html Css Color HEX #DB236C Cerise

📋 copy color: '#DB236C'

red 219 ◦ green 35 ◦ blue 108

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

Shades of Cerise #DB236C

Tints of Cerise #DB236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.83%

R = 60.5%
G = 9.67%
B = 29.83%

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

#DB236C (or 0xDB236C) is known color: Cerise. HEX triplet: DB, 23 and 6C. RGB value is (219,35,108). Sum of RGB (Red+Green+Blue) = 219+35+108=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB236C is #24DC93. Grayscale: #626262. Windows color (decimal): -2415764 or 7087067. OLE color: 7087067.

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

Color convert

RGB 219 35 108 -
CMYK 0 0.84 0.51 0.14
HSL 336.2º 0.72% 0.5% -
HSV(B) 336.2º 0.84% 0.86% -
XYZ 32.52 17.34 15.82 -
YUV 98.34 133.46 214.06 -
System Red Green Blue C M Y K H S L
Decimal 219 35 108 0 0.84 0.51 0.14 336.2 0.72 0.5
Hex DB 23 6C 0 54 33 E 150 48 32
Octal 333 43 154 0 124 63 16 520 110 62
Binary 11011011 100011 1101100 0 1010100 110011 1110 101010000 1001000 110010

Color Harmonies of #DB236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB236C

Black with #DB236C

Text Example


Text Example

White with #DB236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB236C; }

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

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

background-color css

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

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

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

border-color css

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

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

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