Html Css Color HEX #DB265F Cerise

📋 copy color: '#DB265F'

red 219 ◦ green 38 ◦ blue 95

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

Shades of Cerise #DB265F

Tints of Cerise #DB265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 62.22%
G = 10.8%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB265F (or 0xDB265F) is known color: Cerise. HEX triplet: DB, 26 and 5F. RGB value is (219,38,95). Sum of RGB (Red+Green+Blue) = 219+38+95=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB265F is #24D9A0. Grayscale: #626262. Windows color (decimal): -2415009 or 6235867. OLE color: 6235867.

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

Color convert

RGB 219 38 95 -
CMYK 0 0.83 0.57 0.14
HSL 341.11º 0.72% 0.5% -
HSV(B) 341.11º 0.83% 0.86% -
XYZ 31.97 17.27 12.48 -
YUV 98.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 219 38 95 0 0.83 0.57 0.14 341.11 0.72 0.5
Hex DB 26 5F 0 53 39 E 155 48 32
Octal 333 46 137 0 123 71 16 525 110 62
Binary 11011011 100110 1011111 0 1010011 111001 1110 101010101 1001000 110010

Color Harmonies of #DB265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB265F

Black with #DB265F

Text Example


Text Example

White with #DB265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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