Html Css Color HEX #DB285F Cerise

📋 copy color: '#DB285F'

red 219 ◦ green 40 ◦ blue 95

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

Shades of Cerise #DB285F

Tints of Cerise #DB285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.3%

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

R = 61.86%
G = 11.3%
B = 26.84%

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

#DB285F (or 0xDB285F) is known color: Cerise. HEX triplet: DB, 28 and 5F. RGB value is (219,40,95). Sum of RGB (Red+Green+Blue) = 219+40+95=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB285F is #24D7A0. Grayscale: #636363. Windows color (decimal): -2414497 or 6236379. OLE color: 6236379.

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

Color convert

RGB 219 40 95 -
CMYK 0 0.82 0.57 0.14
HSL 341.56º 0.71% 0.51% -
HSV(B) 341.56º 0.82% 0.86% -
XYZ 32.04 17.4 12.5 -
YUV 99.79 125.3 213.03 -
System Red Green Blue C M Y K H S L
Decimal 219 40 95 0 0.82 0.57 0.14 341.56 0.71 0.51
Hex DB 28 5F 0 52 39 E 156 47 33
Octal 333 50 137 0 122 71 16 526 107 63
Binary 11011011 101000 1011111 0 1010010 111001 1110 101010110 1000111 110011

Color Harmonies of #DB285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB285F

Black with #DB285F

Text Example


Text Example

White with #DB285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB285F; }

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

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

background-color css

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

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

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

border-color css

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

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

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