Html Css Color HEX #DE348F Deep Cerise

📋 copy color: '#DE348F'

red 222 ◦ green 52 ◦ blue 143

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

Shades of Deep Cerise #DE348F

Tints of Deep Cerise #DE348F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.47%

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

R = 53.24%
G = 12.47%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE348F (or 0xDE348F) is known color: Deep Cerise. HEX triplet: DE, 34 and 8F. RGB value is (222,52,143). Sum of RGB (Red+Green+Blue) = 222+52+143=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE348F is #21CB70. Grayscale: #717171. Windows color (decimal): -2214769 or 9385182. OLE color: 9385182.

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

Color convert

RGB 222 52 143 -
CMYK 0 0.77 0.36 0.13
HSL 327.88º 0.72% 0.54% -
HSV(B) 327.88º 0.77% 0.87% -
XYZ 36.31 19.97 27.93 -
YUV 113.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 222 52 143 0 0.77 0.36 0.13 327.88 0.72 0.54
Hex DE 34 8F 0 4D 24 D 148 48 36
Octal 336 64 217 0 115 44 15 510 110 66
Binary 11011110 110100 10001111 0 1001101 100100 1101 101001000 1001000 110110

Color Harmonies of #DE348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE348F

Black with #DE348F

Text Example


Text Example

White with #DE348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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