Html Css Color HEX #DB267B Deep Cerise

📋 copy color: '#DB267B'

red 219 ◦ green 38 ◦ blue 123

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

Shades of Deep Cerise #DB267B

Tints of Deep Cerise #DB267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.37%

R = 57.63%
G = 10%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB267B (or 0xDB267B) is known color: Deep Cerise. HEX triplet: DB, 26 and 7B. RGB value is (219,38,123). Sum of RGB (Red+Green+Blue) = 219+38+123=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB267B is #24D984. Grayscale: #656565. Windows color (decimal): -2414981 or 8070875. OLE color: 8070875.

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

Color convert

RGB 219 38 123 -
CMYK 0 0.83 0.44 0.14
HSL 331.82º 0.72% 0.5% -
HSV(B) 331.82º 0.83% 0.86% -
XYZ 33.48 17.88 20.42 -
YUV 101.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 219 38 123 0 0.83 0.44 0.14 331.82 0.72 0.5
Hex DB 26 7B 0 53 2C E 14C 48 32
Octal 333 46 173 0 123 54 16 514 110 62
Binary 11011011 100110 1111011 0 1010011 101100 1110 101001100 1001000 110010

Color Harmonies of #DB267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB267B

Black with #DB267B

Text Example


Text Example

White with #DB267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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