Html Css Color HEX #DB266F Cerise

📋 copy color: '#DB266F'

red 219 ◦ green 38 ◦ blue 111

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

Shades of Cerise #DB266F

Tints of Cerise #DB266F

RGB

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

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

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

R = 59.51%
G = 10.33%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB266F (or 0xDB266F) is known color: Cerise. HEX triplet: DB, 26 and 6F. RGB value is (219,38,111). Sum of RGB (Red+Green+Blue) = 219+38+111=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB266F is #24D990. Grayscale: #646464. Windows color (decimal): -2414993 or 7284443. OLE color: 7284443.

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

Color convert

RGB 219 38 111 -
CMYK 0 0.83 0.49 0.14
HSL 335.8º 0.72% 0.5% -
HSV(B) 335.8º 0.83% 0.86% -
XYZ 32.78 17.59 16.71 -
YUV 100.44 133.97 212.56 -
System Red Green Blue C M Y K H S L
Decimal 219 38 111 0 0.83 0.49 0.14 335.8 0.72 0.5
Hex DB 26 6F 0 53 31 E 150 48 32
Octal 333 46 157 0 123 61 16 520 110 62
Binary 11011011 100110 1101111 0 1010011 110001 1110 101010000 1001000 110010

Color Harmonies of #DB266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB266F

Black with #DB266F

Text Example


Text Example

White with #DB266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB266F; }

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

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

background-color css

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

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

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

border-color css

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

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

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