Html Css Color HEX #DE347F Deep Cerise

📋 copy color: '#DE347F'

red 222 ◦ green 52 ◦ blue 127

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

Shades of Deep Cerise #DE347F

Tints of Deep Cerise #DE347F

RGB

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

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

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

R = 55.36%
G = 12.97%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE347F (or 0xDE347F) is known color: Deep Cerise. HEX triplet: DE, 34 and 7F. RGB value is (222,52,127). Sum of RGB (Red+Green+Blue) = 222+52+127=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE347F is #21CB80. Grayscale: #6F6F6F. Windows color (decimal): -2214785 or 8336606. OLE color: 8336606.

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

Color convert

RGB 222 52 127 -
CMYK 0 0.77 0.43 0.13
HSL 333.53º 0.72% 0.54% -
HSV(B) 333.53º 0.77% 0.87% -
XYZ 35.18 19.52 21.99 -
YUV 111.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 222 52 127 0 0.77 0.43 0.13 333.53 0.72 0.54
Hex DE 34 7F 0 4D 2B D 14E 48 36
Octal 336 64 177 0 115 53 15 516 110 66
Binary 11011110 110100 1111111 0 1001101 101011 1101 101001110 1001000 110110

Color Harmonies of #DE347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE347F

Black with #DE347F

Text Example


Text Example

White with #DE347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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