Html Css Color HEX #DB268F Deep Cerise

📋 copy color: '#DB268F'

red 219 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #DB268F

Tints of Deep Cerise #DB268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.75%

R = 54.75%
G = 9.5%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB268F (or 0xDB268F) is known color: Deep Cerise. HEX triplet: DB, 26 and 8F. RGB value is (219,38,143). Sum of RGB (Red+Green+Blue) = 219+38+143=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB268F is #24D970. Grayscale: #676767. Windows color (decimal): -2414961 or 9381595. OLE color: 9381595.

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

Color convert

RGB 219 38 143 -
CMYK 0 0.83 0.35 0.14
HSL 325.19º 0.72% 0.5% -
HSV(B) 325.19º 0.83% 0.86% -
XYZ 34.86 18.43 27.71 -
YUV 104.09 149.97 209.96 -
System Red Green Blue C M Y K H S L
Decimal 219 38 143 0 0.83 0.35 0.14 325.19 0.72 0.5
Hex DB 26 8F 0 53 23 E 145 48 32
Octal 333 46 217 0 123 43 16 505 110 62
Binary 11011011 100110 10001111 0 1010011 100011 1110 101000101 1001000 110010

Color Harmonies of #DB268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB268F

Black with #DB268F

Text Example


Text Example

White with #DB268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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