Html Css Color HEX #DB275C Cerise

📋 copy color: '#DB275C'

red 219 ◦ green 39 ◦ blue 92

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

Shades of Cerise #DB275C

Tints of Cerise #DB275C

RGB

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

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

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

R = 62.57%
G = 11.14%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB275C (or 0xDB275C) is known color: Cerise. HEX triplet: DB, 27 and 5C. RGB value is (219,39,92). Sum of RGB (Red+Green+Blue) = 219+39+92=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB275C is #24D8A3. Grayscale: #626262. Windows color (decimal): -2414756 or 6039515. OLE color: 6039515.

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

Color convert

RGB 219 39 92 -
CMYK 0 0.82 0.58 0.14
HSL 342.33º 0.71% 0.51% -
HSV(B) 342.33º 0.82% 0.86% -
XYZ 31.87 17.28 11.78 -
YUV 98.86 124.13 213.69 -
System Red Green Blue C M Y K H S L
Decimal 219 39 92 0 0.82 0.58 0.14 342.33 0.71 0.51
Hex DB 27 5C 0 52 3A E 156 47 33
Octal 333 47 134 0 122 72 16 526 107 63
Binary 11011011 100111 1011100 0 1010010 111010 1110 101010110 1000111 110011

Color Harmonies of #DB275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB275C

Black with #DB275C

Text Example


Text Example

White with #DB275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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