Html Css Color HEX #DB2568 Cerise

📋 copy color: '#DB2568'

red 219 ◦ green 37 ◦ blue 104

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

Shades of Cerise #DB2568

Tints of Cerise #DB2568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.28%

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

R = 60.83%
G = 10.28%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB2568 (or 0xDB2568) is known color: Cerise. HEX triplet: DB, 25 and 68. RGB value is (219,37,104). Sum of RGB (Red+Green+Blue) = 219+37+104=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2568 is #24DA97. Grayscale: #626262. Windows color (decimal): -2415256 or 6825435. OLE color: 6825435.

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

Color convert

RGB 219 37 104 -
CMYK 0 0.83 0.53 0.14
HSL 337.91º 0.72% 0.5% -
HSV(B) 337.91º 0.83% 0.86% -
XYZ 32.37 17.38 14.75 -
YUV 99.06 130.8 213.55 -
System Red Green Blue C M Y K H S L
Decimal 219 37 104 0 0.83 0.53 0.14 337.91 0.72 0.5
Hex DB 25 68 0 53 35 E 152 48 32
Octal 333 45 150 0 123 65 16 522 110 62
Binary 11011011 100101 1101000 0 1010011 110101 1110 101010010 1001000 110010

Color Harmonies of #DB2568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2568

Black with #DB2568

Text Example


Text Example

White with #DB2568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2568; }

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

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

background-color css

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

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

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

border-color css

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

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

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