Html Css Color HEX #DB269A Deep Cerise

📋 copy color: '#DB269A'

red 219 ◦ green 38 ◦ blue 154

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

Shades of Deep Cerise #DB269A

Tints of Deep Cerise #DB269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 53.28%
G = 9.25%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB269A (or 0xDB269A) is known color: Deep Cerise. HEX triplet: DB, 26 and 9A. RGB value is (219,38,154). Sum of RGB (Red+Green+Blue) = 219+38+154=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB269A is #24D965. Grayscale: #696969. Windows color (decimal): -2414950 or 10102491. OLE color: 10102491.

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

Color convert

RGB 219 38 154 -
CMYK 0 0.83 0.30 0.14
HSL 321.55º 0.72% 0.5% -
HSV(B) 321.55º 0.83% 0.86% -
XYZ 35.74 18.78 32.31 -
YUV 105.34 155.47 209.07 -
System Red Green Blue C M Y K H S L
Decimal 219 38 154 0 0.83 0.30 0.14 321.55 0.72 0.5
Hex DB 26 9A 0 53 1E E 142 48 32
Octal 333 46 232 0 123 36 16 502 110 62
Binary 11011011 100110 10011010 0 1010011 11110 1110 101000010 1001000 110010

Color Harmonies of #DB269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB269A

Black with #DB269A

Text Example


Text Example

White with #DB269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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