Html Css Color HEX #DB2768 Cerise

📋 copy color: '#DB2768'

red 219 ◦ green 39 ◦ blue 104

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

Shades of Cerise #DB2768

Tints of Cerise #DB2768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 60.5%
G = 10.77%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB2768 (or 0xDB2768) is known color: Cerise. HEX triplet: DB, 27 and 68. RGB value is (219,39,104). Sum of RGB (Red+Green+Blue) = 219+39+104=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2768 is #24D897. Grayscale: #646464. Windows color (decimal): -2414744 or 6825947. OLE color: 6825947.

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

Color convert

RGB 219 39 104 -
CMYK 0 0.82 0.53 0.14
HSL 338.33º 0.71% 0.51% -
HSV(B) 338.33º 0.82% 0.86% -
XYZ 32.44 17.51 14.77 -
YUV 100.23 130.13 212.71 -
System Red Green Blue C M Y K H S L
Decimal 219 39 104 0 0.82 0.53 0.14 338.33 0.71 0.51
Hex DB 27 68 0 52 35 E 152 47 33
Octal 333 47 150 0 122 65 16 522 107 63
Binary 11011011 100111 1101000 0 1010010 110101 1110 101010010 1000111 110011

Color Harmonies of #DB2768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2768

Black with #DB2768

Text Example


Text Example

White with #DB2768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2768; }

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

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

background-color css

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

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

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

border-color css

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

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

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