Html Css Color HEX #DB228E Deep Cerise

📋 copy color: '#DB228E'

red 219 ◦ green 34 ◦ blue 142

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

Shades of Deep Cerise #DB228E

Tints of Deep Cerise #DB228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.61%

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 55.44%
G = 8.61%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB228E (or 0xDB228E) is known color: Deep Cerise. HEX triplet: DB, 22 and 8E. RGB value is (219,34,142). Sum of RGB (Red+Green+Blue) = 219+34+142=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB228E is #24DD71. Grayscale: #656565. Windows color (decimal): -2415986 or 9315035. OLE color: 9315035.

HSL color Cylindrical-coordinate representation of color #DB228E: hue angle of 324.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB228E is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 34 142 -
CMYK 0 0.84 0.35 0.14
HSL 324.97º 0.73% 0.5% -
HSV(B) 324.97º 0.84% 0.86% -
XYZ 34.67 18.16 27.27 -
YUV 101.63 150.79 211.72 -
System Red Green Blue C M Y K H S L
Decimal 219 34 142 0 0.84 0.35 0.14 324.97 0.73 0.5
Hex DB 22 8E 0 54 23 E 145 49 32
Octal 333 42 216 0 124 43 16 505 111 62
Binary 11011011 100010 10001110 0 1010100 100011 1110 101000101 1001001 110010

Color Harmonies of #DB228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB228E

Black with #DB228E

Text Example


Text Example

White with #DB228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB228E; }

 p { color: rgb(219,34,142); }

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

background-color css

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

 a { background-color: rgb(219,34,142); }

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

border-color css

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

 span { border-color: rgb(219,34,142); }

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