Html Css Color HEX #DE297B Deep Cerise

📋 copy color: '#DE297B'

red 222 ◦ green 41 ◦ blue 123

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

Shades of Deep Cerise #DE297B

Tints of Deep Cerise #DE297B

RGB

 RED value IS 222 (87.11% from 255) = 57.51%

 GREEN value IS 41 (16.41% from 255) = 10.62%

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

R = 57.51%
G = 10.62%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE297B (or 0xDE297B) is known color: Deep Cerise. HEX triplet: DE, 29 and 7B. RGB value is (222,41,123). Sum of RGB (Red+Green+Blue) = 222+41+123=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE297B is #21D684. Grayscale: #686868. Windows color (decimal): -2217605 or 8071646. OLE color: 8071646.

HSL color Cylindrical-coordinate representation of color #DE297B: hue angle of 332.82º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE297B is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 41 123 -
CMYK 0 0.82 0.45 0.13
HSL 332.82º 0.73% 0.52% -
HSV(B) 332.82º 0.82% 0.87% -
XYZ 34.49 18.55 20.5 -
YUV 104.47 138.47 211.83 -
System Red Green Blue C M Y K H S L
Decimal 222 41 123 0 0.82 0.45 0.13 332.82 0.73 0.52
Hex DE 29 7B 0 52 2D D 14D 49 34
Octal 336 51 173 0 122 55 15 515 111 64
Binary 11011110 101001 1111011 0 1010010 101101 1101 101001101 1001001 110100

Color Harmonies of #DE297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE297B

Black with #DE297B

Text Example


Text Example

White with #DE297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE297B; }

 p { color: rgb(222,41,123); }

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

background-color css

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

 a { background-color: rgb(222,41,123); }

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

border-color css

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

 span { border-color: rgb(222,41,123); }

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