Html Css Color HEX #DB265C Cerise

📋 copy color: '#DB265C'

red 219 ◦ green 38 ◦ blue 92

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

Shades of Cerise #DB265C

Tints of Cerise #DB265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.89%

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 62.75%
G = 10.89%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB265C (or 0xDB265C) is known color: Cerise. HEX triplet: DB, 26 and 5C. RGB value is (219,38,92). Sum of RGB (Red+Green+Blue) = 219+38+92=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB265C is #24D9A3. Grayscale: #626262. Windows color (decimal): -2415012 or 6039259. OLE color: 6039259.

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

Color convert

RGB 219 38 92 -
CMYK 0 0.83 0.58 0.14
HSL 342.1º 0.72% 0.5% -
HSV(B) 342.1º 0.83% 0.86% -
XYZ 31.84 17.22 11.77 -
YUV 98.28 124.47 214.11 -
System Red Green Blue C M Y K H S L
Decimal 219 38 92 0 0.83 0.58 0.14 342.1 0.72 0.5
Hex DB 26 5C 0 53 3A E 156 48 32
Octal 333 46 134 0 123 72 16 526 110 62
Binary 11011011 100110 1011100 0 1010011 111010 1110 101010110 1001000 110010

Color Harmonies of #DB265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB265C

Black with #DB265C

Text Example


Text Example

White with #DB265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB265C; }

 p { color: rgb(219,38,92); }

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

background-color css

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

 a { background-color: rgb(219,38,92); }

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

border-color css

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

 span { border-color: rgb(219,38,92); }

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