Html Css Color HEX #DE297E Deep Cerise

📋 copy color: '#DE297E'

red 222 ◦ green 41 ◦ blue 126

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

Shades of Deep Cerise #DE297E

Tints of Deep Cerise #DE297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 57.07%
G = 10.54%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE297E (or 0xDE297E) is known color: Deep Cerise. HEX triplet: DE, 29 and 7E. RGB value is (222,41,126). Sum of RGB (Red+Green+Blue) = 222+41+126=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE297E is #21D681. Grayscale: #686868. Windows color (decimal): -2217602 or 8268254. OLE color: 8268254.

HSL color Cylindrical-coordinate representation of color #DE297E: hue angle of 331.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 #DE297E is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 41 126 -
CMYK 0 0.82 0.43 0.13
HSL 331.82º 0.73% 0.52% -
HSV(B) 331.82º 0.82% 0.87% -
XYZ 34.68 18.62 21.51 -
YUV 104.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 222 41 126 0 0.82 0.43 0.13 331.82 0.73 0.52
Hex DE 29 7E 0 52 2B D 14C 49 34
Octal 336 51 176 0 122 53 15 514 111 64
Binary 11011110 101001 1111110 0 1010010 101011 1101 101001100 1001001 110100

Color Harmonies of #DE297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE297E

Black with #DE297E

Text Example


Text Example

White with #DE297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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