Html Css Color HEX #DE248F Deep Cerise

📋 copy color: '#DE248F'

red 222 ◦ green 36 ◦ blue 143

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

Shades of Deep Cerise #DE248F

Tints of Deep Cerise #DE248F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.98%

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 55.36%
G = 8.98%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE248F (or 0xDE248F) is known color: Deep Cerise. HEX triplet: DE, 24 and 8F. RGB value is (222,36,143). Sum of RGB (Red+Green+Blue) = 222+36+143=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE248F is #21DB70. Grayscale: #676767. Windows color (decimal): -2218865 or 9381086. OLE color: 9381086.

HSL color Cylindrical-coordinate representation of color #DE248F: hue angle of 325.48º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE248F is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 36 143 -
CMYK 0 0.84 0.36 0.13
HSL 325.48º 0.74% 0.51% -
HSV(B) 325.48º 0.84% 0.87% -
XYZ 35.71 18.77 27.73 -
YUV 103.81 150.12 212.3 -
System Red Green Blue C M Y K H S L
Decimal 222 36 143 0 0.84 0.36 0.13 325.48 0.74 0.51
Hex DE 24 8F 0 54 24 D 145 4A 33
Octal 336 44 217 0 124 44 15 505 112 63
Binary 11011110 100100 10001111 0 1010100 100100 1101 101000101 1001010 110011

Color Harmonies of #DE248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE248F

Black with #DE248F

Text Example


Text Example

White with #DE248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE248F; }

 p { color: rgb(222,36,143); }

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

background-color css

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

 a { background-color: rgb(222,36,143); }

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

border-color css

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

 span { border-color: rgb(222,36,143); }

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