Html Css Color HEX #DB269B Deep Cerise

📋 copy color: '#DB269B'

red 219 ◦ green 38 ◦ blue 155

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

Shades of Deep Cerise #DB269B

Tints of Deep Cerise #DB269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 53.16%
G = 9.22%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB269B (or 0xDB269B) is known color: Deep Cerise. HEX triplet: DB, 26 and 9B. RGB value is (219,38,155). Sum of RGB (Red+Green+Blue) = 219+38+155=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB269B is #24D964. Grayscale: #696969. Windows color (decimal): -2414949 or 10168027. OLE color: 10168027.

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

Color convert

RGB 219 38 155 -
CMYK 0 0.83 0.29 0.14
HSL 321.22º 0.72% 0.5% -
HSV(B) 321.22º 0.83% 0.86% -
XYZ 35.82 18.81 32.75 -
YUV 105.46 155.97 208.99 -
System Red Green Blue C M Y K H S L
Decimal 219 38 155 0 0.83 0.29 0.14 321.22 0.72 0.5
Hex DB 26 9B 0 53 1D E 141 48 32
Octal 333 46 233 0 123 35 16 501 110 62
Binary 11011011 100110 10011011 0 1010011 11101 1110 101000001 1001000 110010

Color Harmonies of #DB269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB269B

Black with #DB269B

Text Example


Text Example

White with #DB269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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