Html Css Color HEX #DB275F Cerise

📋 copy color: '#DB275F'

red 219 ◦ green 39 ◦ blue 95

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

Shades of Cerise #DB275F

Tints of Cerise #DB275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.05%

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

R = 62.04%
G = 11.05%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB275F (or 0xDB275F) is known color: Cerise. HEX triplet: DB, 27 and 5F. RGB value is (219,39,95). Sum of RGB (Red+Green+Blue) = 219+39+95=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB275F is #24D8A0. Grayscale: #636363. Windows color (decimal): -2414753 or 6236123. OLE color: 6236123.

HSL color Cylindrical-coordinate representation of color #DB275F: hue angle of 341.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB275F is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 39 95 -
CMYK 0 0.82 0.57 0.14
HSL 341.33º 0.71% 0.51% -
HSV(B) 341.33º 0.82% 0.86% -
XYZ 32 17.34 12.49 -
YUV 99.2 125.63 213.45 -
System Red Green Blue C M Y K H S L
Decimal 219 39 95 0 0.82 0.57 0.14 341.33 0.71 0.51
Hex DB 27 5F 0 52 39 E 155 47 33
Octal 333 47 137 0 122 71 16 525 107 63
Binary 11011011 100111 1011111 0 1010010 111001 1110 101010101 1000111 110011

Color Harmonies of #DB275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB275F

Black with #DB275F

Text Example


Text Example

White with #DB275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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