Html Css Color HEX #DB276F Cerise

📋 copy color: '#DB276F'

red 219 ◦ green 39 ◦ blue 111

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

Shades of Cerise #DB276F

Tints of Cerise #DB276F

RGB

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

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

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

R = 59.35%
G = 10.57%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB276F (or 0xDB276F) is known color: Cerise. HEX triplet: DB, 27 and 6F. RGB value is (219,39,111). Sum of RGB (Red+Green+Blue) = 219+39+111=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB276F is #24D890. Grayscale: #646464. Windows color (decimal): -2414737 or 7284699. OLE color: 7284699.

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

Color convert

RGB 219 39 111 -
CMYK 0 0.82 0.49 0.14
HSL 336º 0.71% 0.51% -
HSV(B) 336º 0.82% 0.86% -
XYZ 32.81 17.66 16.72 -
YUV 101.03 133.63 212.15 -
System Red Green Blue C M Y K H S L
Decimal 219 39 111 0 0.82 0.49 0.14 336 0.71 0.51
Hex DB 27 6F 0 52 31 E 150 47 33
Octal 333 47 157 0 122 61 16 520 107 63
Binary 11011011 100111 1101111 0 1010010 110001 1110 101010000 1000111 110011

Color Harmonies of #DB276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB276F

Black with #DB276F

Text Example


Text Example

White with #DB276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB276F; }

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

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

background-color css

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

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

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

border-color css

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

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

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