Html Css Color HEX #DB267C Deep Cerise

📋 copy color: '#DB267C'

red 219 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #DB267C

Tints of Deep Cerise #DB267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.97%

 BLUE value IS 124 (48.83% from 255) = 32.55%

R = 57.48%
G = 9.97%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB267C (or 0xDB267C) is known color: Deep Cerise. HEX triplet: DB, 26 and 7C. RGB value is (219,38,124). Sum of RGB (Red+Green+Blue) = 219+38+124=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB267C is #24D983. Grayscale: #656565. Windows color (decimal): -2414980 or 8136411. OLE color: 8136411.

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

Color convert

RGB 219 38 124 -
CMYK 0 0.83 0.43 0.14
HSL 331.49º 0.72% 0.5% -
HSV(B) 331.49º 0.83% 0.86% -
XYZ 33.54 17.9 20.76 -
YUV 101.92 140.47 211.51 -
System Red Green Blue C M Y K H S L
Decimal 219 38 124 0 0.83 0.43 0.14 331.49 0.72 0.5
Hex DB 26 7C 0 53 2B E 14B 48 32
Octal 333 46 174 0 123 53 16 513 110 62
Binary 11011011 100110 1111100 0 1010011 101011 1110 101001011 1001000 110010

Color Harmonies of #DB267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB267C

Black with #DB267C

Text Example


Text Example

White with #DB267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB267C; }

 p { color: rgb(219,38,124); }

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

background-color css

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

 a { background-color: rgb(219,38,124); }

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

border-color css

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

 span { border-color: rgb(219,38,124); }

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