Html Css Color HEX #DB265B Cerise

📋 copy color: '#DB265B'

red 219 ◦ green 38 ◦ blue 91

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

Shades of Cerise #DB265B

Tints of Cerise #DB265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.15%

R = 62.93%
G = 10.92%
B = 26.15%

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

#DB265B (or 0xDB265B) is known color: Cerise. HEX triplet: DB, 26 and 5B. RGB value is (219,38,91). Sum of RGB (Red+Green+Blue) = 219+38+91=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB265B is #24D9A4. Grayscale: #626262. Windows color (decimal): -2415013 or 5973723. OLE color: 5973723.

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

Color convert

RGB 219 38 91 -
CMYK 0 0.83 0.58 0.14
HSL 342.43º 0.72% 0.5% -
HSV(B) 342.43º 0.83% 0.86% -
XYZ 31.79 17.2 11.54 -
YUV 98.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 219 38 91 0 0.83 0.58 0.14 342.43 0.72 0.5
Hex DB 26 5B 0 53 3A E 156 48 32
Octal 333 46 133 0 123 72 16 526 110 62
Binary 11011011 100110 1011011 0 1010011 111010 1110 101010110 1001000 110010

Color Harmonies of #DB265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB265B

Black with #DB265B

Text Example


Text Example

White with #DB265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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