Html Css Color HEX #DE387F Deep Cerise

📋 copy color: '#DE387F'

red 222 ◦ green 56 ◦ blue 127

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

Shades of Deep Cerise #DE387F

Tints of Deep Cerise #DE387F

RGB

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

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

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

R = 54.81%
G = 13.83%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE387F (or 0xDE387F) is known color: Deep Cerise. HEX triplet: DE, 38 and 7F. RGB value is (222,56,127). Sum of RGB (Red+Green+Blue) = 222+56+127=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE387F is #21C780. Grayscale: #717171. Windows color (decimal): -2213761 or 8337630. OLE color: 8337630.

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

Color convert

RGB 222 56 127 -
CMYK 0 0.75 0.43 0.13
HSL 334.34º 0.72% 0.55% -
HSV(B) 334.34º 0.75% 0.87% -
XYZ 35.37 19.89 22.05 -
YUV 113.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 222 56 127 0 0.75 0.43 0.13 334.34 0.72 0.55
Hex DE 38 7F 0 4B 2B D 14E 48 37
Octal 336 70 177 0 113 53 15 516 110 67
Binary 11011110 111000 1111111 0 1001011 101011 1101 101001110 1001000 110111

Color Harmonies of #DE387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE387F

Black with #DE387F

Text Example


Text Example

White with #DE387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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