Html Css Color HEX #DE389C Deep Cerise

📋 copy color: '#DE389C'

red 222 ◦ green 56 ◦ blue 156

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

Shades of Deep Cerise #DE389C

Tints of Deep Cerise #DE389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.9%

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 51.15%
G = 12.9%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE389C (or 0xDE389C) is known color: Deep Cerise. HEX triplet: DE, 38 and 9C. RGB value is (222,56,156). Sum of RGB (Red+Green+Blue) = 222+56+156=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE389C is #21C763. Grayscale: #747474. Windows color (decimal): -2213732 or 10238174. OLE color: 10238174.

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

Color convert

RGB 222 56 156 -
CMYK 0 0.75 0.30 0.13
HSL 323.86º 0.72% 0.55% -
HSV(B) 323.86º 0.75% 0.87% -
XYZ 37.54 20.76 33.48 -
YUV 117.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 222 56 156 0 0.75 0.30 0.13 323.86 0.72 0.55
Hex DE 38 9C 0 4B 1E D 144 48 37
Octal 336 70 234 0 113 36 15 504 110 67
Binary 11011110 111000 10011100 0 1001011 11110 1101 101000100 1001000 110111

Color Harmonies of #DE389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE389C

Black with #DE389C

Text Example


Text Example

White with #DE389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE389C; }

 p { color: rgb(222,56,156); }

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

background-color css

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

 a { background-color: rgb(222,56,156); }

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

border-color css

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

 span { border-color: rgb(222,56,156); }

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