Html Css Color HEX #DE297F Deep Cerise

📋 copy color: '#DE297F'

red 222 ◦ green 41 ◦ blue 127

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

Shades of Deep Cerise #DE297F

Tints of Deep Cerise #DE297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 56.92%
G = 10.51%
B = 32.56%

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

#DE297F (or 0xDE297F) is known color: Deep Cerise. HEX triplet: DE, 29 and 7F. RGB value is (222,41,127). Sum of RGB (Red+Green+Blue) = 222+41+127=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE297F is #21D680. Grayscale: #686868. Windows color (decimal): -2217601 or 8333790. OLE color: 8333790.

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

Color convert

RGB 222 41 127 -
CMYK 0 0.82 0.43 0.13
HSL 331.49º 0.73% 0.52% -
HSV(B) 331.49º 0.82% 0.87% -
XYZ 34.75 18.65 21.85 -
YUV 104.92 140.47 211.51 -
System Red Green Blue C M Y K H S L
Decimal 222 41 127 0 0.82 0.43 0.13 331.49 0.73 0.52
Hex DE 29 7F 0 52 2B D 14B 49 34
Octal 336 51 177 0 122 53 15 513 111 64
Binary 11011110 101001 1111111 0 1010010 101011 1101 101001011 1001001 110100

Color Harmonies of #DE297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE297F

Black with #DE297F

Text Example


Text Example

White with #DE297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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