Html Css Color HEX #DE238F Deep Cerise

📋 copy color: '#DE238F'

red 222 ◦ green 35 ◦ blue 143

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

Shades of Deep Cerise #DE238F

Tints of Deep Cerise #DE238F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.75%

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

R = 55.5%
G = 8.75%
B = 35.75%

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

#DE238F (or 0xDE238F) is known color: Deep Cerise. HEX triplet: DE, 23 and 8F. RGB value is (222,35,143). Sum of RGB (Red+Green+Blue) = 222+35+143=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE238F is #21DC70. Grayscale: #666666. Windows color (decimal): -2219121 or 9380830. OLE color: 9380830.

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

Color convert

RGB 222 35 143 -
CMYK 0 0.84 0.36 0.13
HSL 325.35º 0.74% 0.5% -
HSV(B) 325.35º 0.84% 0.87% -
XYZ 35.68 18.71 27.72 -
YUV 103.23 150.45 212.72 -
System Red Green Blue C M Y K H S L
Decimal 222 35 143 0 0.84 0.36 0.13 325.35 0.74 0.5
Hex DE 23 8F 0 54 24 D 145 4A 32
Octal 336 43 217 0 124 44 15 505 112 62
Binary 11011110 100011 10001111 0 1010100 100100 1101 101000101 1001010 110010

Color Harmonies of #DE238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE238F

Black with #DE238F

Text Example


Text Example

White with #DE238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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